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:
2024-12-09 22:19:29 +01:00
parent 5a2ddd031b
commit 639cd6a536

4
installer/command Normal file
View File

@@ -0,0 +1,4 @@
saucer embed res out_embed
pyinstaller --onefile --icon=..\res\ico\toolbox.ico --name=toolbox_installer --uac-admin main.py