Skip to content

Commit

Permalink
fix macOS app not showing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed May 16, 2023
1 parent 918f033 commit 463fa23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
mkdir artifacts
create-dmg \
--volname "Sniffnet Installer" \
--volicon "resources/icons/sniffnet-macos.icns" \
--background "resources/logos/bg_dmg.png" \
--window-pos 200 120 \
--window-size 900 450 \
Expand Down
2 changes: 1 addition & 1 deletion resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>wrapper.sh</string>
<key>CFBundleIconFile</key>
<string>Sniffnet.icns</string>
<string>sniffnet-macos.icns</string>
<key>CFBundleIdentifier</key>
<string>gyulyvgc.sniffnet</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down

0 comments on commit 463fa23

Please sign in to comment.