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.
5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
|
|
|
|
saucer embed res out_embed
|
|
pyinstaller --onefile --icon=..\res\ico\toolbox.ico --name=toolbox_installer --uac-admin main.py
|