Update build.spec

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2022-03-12 17:49:37 +07:00
parent 0d743cdab7
commit 08faf8d81d
3 changed files with 5 additions and 2 deletions

3
build.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
pyinstaller build.spec
pyinstaller build_upx.spec --upx-dir=upx\

View File

@@ -4,7 +4,7 @@
block_cipher = None block_cipher = None
a = Analysis(['prog.py'], a = Analysis(['main.py'],
pathex=[], pathex=[],
binaries=[], binaries=[],
datas=[], datas=[],

View File

@@ -4,7 +4,7 @@
block_cipher = None block_cipher = None
a = Analysis(['prog.py'], a = Analysis(['main.py'],
pathex=[], pathex=[],
binaries=[], binaries=[],
datas=[], datas=[],