Fix issues with relative paths when scripts are packaged into binaries.
This commit is contained in:
@@ -13,7 +13,7 @@ build-cli:
|
||||
source venv/bin/activate && pyinstaller --onefile --icon=wrenchIcon.ico solderPacker.py
|
||||
|
||||
build-gui:
|
||||
source venv/bin/activate && pyinstaller --windowed --onefile --icon=wrenchIcon.ico solderPackerGUI.py
|
||||
source venv/bin/activate && pyinstaller --windowed --onefile --icon=wrenchIcon.ico --add-data="wrenchIcon.ico:." solderPackerGUI.py
|
||||
|
||||
clean:
|
||||
- rm -r venv
|
||||
|
||||
Reference in New Issue
Block a user