Change RetroShare06 to lower case

This is important to comply with linux standards.
This commit is contained in:
Phenom 2017-07-05 18:11:52 +02:00
parent 65326d9438
commit b12fd11496
15 changed files with 38 additions and 38 deletions

View file

@ -13,9 +13,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>RetroShare06</string>
<string>retroshare06</string>
<key>CFBundleIdentifier</key>
<string>com.RetroShare06</string>
<string>com.retroshare06</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDocumentTypes</key>

View file

@ -4,7 +4,7 @@ TEMPLATE = app
QT += network xml
CONFIG += qt gui uic qrc resources idle bitdht
CONFIG += link_prl
TARGET = RetroShare06
TARGET = retroshare06
DEFINES += TARGET=\\\"$${TARGET}\\\"
# Plz never commit the .pro with these flags enabled.