We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d02e0b commit 0ebe697Copy full SHA for 0ebe697
build.py
@@ -0,0 +1,6 @@
1
+import subprocess
2
+from src.util.version import get_release_info
3
+
4
+version = get_release_info()['version']
5
+subprocess.call(['pyinstaller', 'src/main.py', '--onefile', '--name', 'filet',
6
+ '--icon', 'src/icon/filet.ico', '--distpath', f'dist/executables/{version}', '--clean'])
src/icon/filet-build.ico
48 KB
0 commit comments