瀏覽代碼

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=[],