File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Build Linux EXE
3131 run : |
32- pyinstaller --onefile --noconsole --clean --noupx --name CSV-IServ-Converter --icon=icon.png --add-data "awthemes:awthemes" main.py
32+ pyinstaller --onefile --noconsole --clean --noupx --name CSV-IServ-Converter --icon=icon.png main.py
3333
3434 - name : Upload Linux Artifact
3535 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 2626
2727 - name : Build macOS EXE
2828 run : |
29- pyinstaller --onefile --noconsole --clean --noupx --name CSV-IServ-Converter --icon=icon.icns --add-data "awthemes:awthemes" main.py
29+ pyinstaller --onefile --noconsole --clean --noupx --name CSV-IServ-Converter --icon=icon.icns main.py
3030
3131 - name : Upload macOS Artifact
3232 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments