mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
Change RetroShare06 to lower case
This is important to comply with linux standards.
This commit is contained in:
parent
65326d9438
commit
b12fd11496
15 changed files with 38 additions and 38 deletions
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue