We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e4fc7 commit 85c4a6dCopy full SHA for 85c4a6d
1 file changed
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Run PyInstaller (MacOS)
56
if: ${{ matrix.os == 'macos-15-intel' }}
57
run: |
58
- pyinstaller PySN.py -w --onefile --add-data "Icons:." --icon="Icons/AphIcon.icns"
+ pyinstaller PySN.py -w --onefile --add-data "Icons/AphIcon.png:." --icon="Icons/AphIcon.icns"
59
60
- name: Run PyInstaller (Windows)
61
if: ${{ matrix.os == 'windows-latest' }}
0 commit comments