Browse Source

fix(i18n): add qm files to runtime

wongxy 1 year ago
parent
commit
aee5c5501d
1 changed files with 1 additions and 0 deletions
  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=[],