Skip to content

Commit 0ebe697

Browse files
committed
Created build command
1 parent 0d02e0b commit 0ebe697

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Binary file not shown.

0 commit comments

Comments
 (0)