Add new command file for building executable
Introduce a new command file that streamlines the process of embedding resources and building the executable using PyInstaller. This file centralizes build commands, improving maintainability and reducing potential errors in manual execution.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
saucer embed res out_embed
|
||||
pyinstaller --onefile --icon=..\res\ico\toolbox.ico --name=toolbox_installer --uac-admin main.py
|
||||
Reference in New Issue
Block a user