Skip to content

Commit

Permalink
Fix: macOS bundle identifier (#334)
Browse files Browse the repository at this point in the history
- use com.nzbgetinstead of net.sourceforge.nzbget as a bundle identifier
  • Loading branch information
dnzbk committed Aug 9, 2024
1 parent 61585fa commit 550fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/NZBGet-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>mainicon.icns</string>
<key>CFBundleIdentifier</key>
<string>net.sourceforge.nzbget</string>
<string>com.nzbget</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit 550fd89

Please sign in to comment.