Skip to content

Commit

Permalink
fix mac icon
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenbergthecoder committed Oct 20, 2018
1 parent cd856b4 commit b962992
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions octopus-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ macx:HEADERS += src/qt/macdockiconhandler.h src/qt/macnotificationhandler.h
macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm src/qt/macnotificationhandler.mm
macx:LIBS += -framework Foundation -framework ApplicationServices -framework AppKit -framework CoreServices
macx:DEFINES += MAC_OSX MSG_NOSIGNAL=0
macx:ICON = src/qt/res/icons/KC.icns
macx:TARGET = "Kraken-Qt"
macx:ICON = src/qt/res/icons/OCTPS.icns
macx:TARGET = "Octopus-Qt"
macx:QMAKE_CFLAGS_THREAD += -pthread
macx:QMAKE_LFLAGS_THREAD += -pthread
macx:QMAKE_CXXFLAGS_THREAD += -pthread
Expand Down
12 changes: 6 additions & 6 deletions share/qt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
<plist version="0.9">
<dict>
<key>CFBundleIconFile</key>
<string>Kraken.icns</string>
<string>OCTPS.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>Kraken-Qt</string>
<string>Octopus-Qt</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>Kraken-Qt</string>
<string>Octopus-Qt</string>
<key>CFBundleIdentifier</key>
<string>co.Kraken.Kraken-Qt</string>
<string>co.Octopus.Octopus-Qt</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>co.Kraken.KrakenPayment</string>
<string>co.Octopus.OctopusPayment</string>
<key>CFBundleURLSchemes</key>
<array>
<string>Kraken</string>
<string>Octopus</string>
</array>
</dict>
</array>
Expand Down
Binary file modified src/qt/res/icons/OCTPS.icns
Binary file not shown.

0 comments on commit b962992

Please sign in to comment.