Skip to content

Commit 85c4a6d

Browse files
Only add the data we need for macos
1 parent 68e4fc7 commit 85c4a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run PyInstaller (MacOS)
5656
if: ${{ matrix.os == 'macos-15-intel' }}
5757
run: |
58-
pyinstaller PySN.py -w --onefile --add-data "Icons:." --icon="Icons/AphIcon.icns"
58+
pyinstaller PySN.py -w --onefile --add-data "Icons/AphIcon.png:." --icon="Icons/AphIcon.icns"
5959
6060
- name: Run PyInstaller (Windows)
6161
if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)