File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7+ paths :
8+ - " src/**"
9+ - " .github/workflows/build_executable.yml"
710jobs :
811 build-windows :
912 name : Build for Windows
2326 - name : Run PyInstaller for BDSP_ColorVariation_JSONParser
2427 run : |
2528 set PYTHONOPTIMIZE=2
26- pyinstaller --onefile --name="BDSP_ColorVariation_JSONParser" --console --icon=src\BDSP_ColorVariation_JSONParser\images\json_parser.tga src\BDSP_ColorVariation_JSONParser\json_parser.py
29+ pyinstaller --onefile --name="BDSP_ColorVariation_JSONParser" --console --icon=src\BDSP_ColorVariation_JSONParser\images\json_parser.tga src\BDSP_ColorVariation_JSONParser\json_parser.py --add-data="src\BDSP_ColorVariation_JSONParser\images:images"
2730 - name : Move Executable from dist to root directory
2831 run : |
2932 move dist\BDSP_ColorVariation_JSONParser.exe .
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7+ paths :
8+ - " src/**"
9+ - " .github/workflows/build_executable_nuitka.yml"
710jobs :
811 build-windows :
912 name : Build for Windows
2629 with :
2730 nuitka-version : main
2831 script-name : src/BDSP_ColorVariation_JSONParser/json_parser.py
32+ output-file : BDSP_ColorVariation_JSONParser
2933 mode : app
3034 enable-plugins : tk-inter
3135 windows-icon-from-ico : " src/BDSP_ColorVariation_JSONParser/images/json_parser.tga"
36+ include-data-dir : |
37+ src/BDSP_ColorVariation_JSONParser/images=images
3238 - name : Move Executable from build to root directory
3339 run : |
3440 move build\BDSP_ColorVariation_JSONParser.exe .
You can’t perform that action at this time.
0 commit comments