mirror of
https://github.com/JDM170/comp_auto_restart
synced 2024-10-25 13:43:54 +07:00
Update build.spec
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
3
build.bat
Normal file
3
build.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
pyinstaller build.spec
|
||||
pyinstaller build_upx.spec --upx-dir=upx\
|
||||
@@ -4,7 +4,7 @@
|
||||
block_cipher = None
|
||||
|
||||
|
||||
a = Analysis(['prog.py'],
|
||||
a = Analysis(['main.py'],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
block_cipher = None
|
||||
|
||||
|
||||
a = Analysis(['prog.py'],
|
||||
a = Analysis(['main.py'],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
|
||||
Reference in New Issue
Block a user