Merge pull request #14811 from Kolcha/bundle_name

Don't use executable name as CFBundleName value
This commit is contained in:
Chocobo1
2021-04-21 11:46:43 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
dist/mac/Info.plist vendored
View File

@@ -47,7 +47,7 @@
</dict>
</array>
<key>CFBundleName</key>
<string>@EXECUTABLE@</string>
<string>qBittorrent</string>
<key>CFBundleIconFile</key>
<string>qbittorrent_mac.icns</string>
<key>CFBundleInfoDictionaryVersion</key>