diff --git a/VersionResource.txt b/VersionResource.txt new file mode 100644 index 0000000..e833b12 --- /dev/null +++ b/VersionResource.txt @@ -0,0 +1,21 @@ +VSVersionInfo( + ffi=FixedFileInfo( + filevers=(2, 0, 0, 0), + prodvers=(2, 0, 0, 0), + mask=0x3f, + flags=0x0, + OS=0x04, + fileType=0x01, + subtype=0x0, + date=(0, 0) + ), + kids=[ + StringFileInfo( + [ + StringTable( + u'040904B0', + [StringStruct(u'FileDescription', u'KT Visualiser')]) + ]), + VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) + ] +) \ No newline at end of file diff --git a/app.py b/app.py index 89fa6ac..c1a5f9f 100755 --- a/app.py +++ b/app.py @@ -19,7 +19,7 @@ # For build: -# pyinstaller --onefile --icon=Icon.ico --noconsole app.py +# pyinstaller --onefile --icon=Icon.ico --noconsole app.py --version-file=VersionResource.txt class ParamBar(QWidget):