From 639cd6a536a25c45eda78663a8375579b0f8b8a1 Mon Sep 17 00:00:00 2001 From: Yadciel Date: Mon, 9 Dec 2024 22:19:29 +0100 Subject: [PATCH] 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. --- installer/command | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 installer/command diff --git a/installer/command b/installer/command new file mode 100644 index 0000000..dcd27bd --- /dev/null +++ b/installer/command @@ -0,0 +1,4 @@ + + + saucer embed res out_embed + pyinstaller --onefile --icon=..\res\ico\toolbox.ico --name=toolbox_installer --uac-admin main.py