소스 검색

fix(i18n): add qm files to runtime

wongxy 1 년 전
부모
커밋
aee5c5501d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      labelme.spec

+ 1 - 0
labelme.spec

@@ -14,6 +14,7 @@ a = Analysis(
     datas=[
         ('labelme/config/default_config.yaml', 'labelme/config'),
         ('labelme/icons/*', 'labelme/icons'),
+        ('labelme/translate/*.qm', 'translate'),
     ],
     hiddenimports=[],
     hookspath=[],