Build qbittorrent-nox for macOS

This commit is contained in:
Oke Atime 2016-12-20 16:03:48 +09:00
commit 5f767b96f6
2 changed files with 9 additions and 4 deletions

4
dist/mac/Info.plist vendored
View file

@ -37,7 +37,7 @@
</dict>
</array>
<key>CFBundleName</key>
<string>qBittorrent</string>
<string>@EXECUTABLE@</string>
<key>CFBundleIconFile</key>
<string>qbittorrent_mac.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
@ -49,7 +49,7 @@
<key>CFBundleSignature</key>
<string>qBit</string>
<key>CFBundleExecutable</key>
<string>qbittorrent</string>
<string>@EXECUTABLE@</string>
<key>CFBundleIdentifier</key>
<string>org.qbittorrent</string>
<key>NSPrincipalClass</key>