Fix error in build script & add .gitignore
This commit is contained in:
parent
a10d742a43
commit
d4eeca371b
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/venv
|
||||
/build
|
2
build.py
2
build.py
@ -16,10 +16,8 @@ PyInstaller.__main__.run([
|
||||
'--name', NAME,
|
||||
"--noconfirm",
|
||||
"--onefile",
|
||||
"--windowed",
|
||||
"--icon", ICON,
|
||||
'--distpath', BUILD_DIR, # Specify custom build output folder
|
||||
'--clean' # Clean PyInstaller cache and remove temporary files before building
|
||||
])
|
||||
|
||||
# Remove SPEC file
|
||||
|
Loading…
Reference in New Issue
Block a user