Rename output binary to moonlight

This commit is contained in:
Cameron Gutman 2018-07-22 03:16:33 -07:00
parent 75c7b2828f
commit 13d686b6f8
4 changed files with 13 additions and 7 deletions

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>moonlight-qt</string>
<string>Moonlight</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleIconFile</key>

View file

@ -1,7 +1,13 @@
QT += core quick network quickcontrols2
CONFIG += c++11
TARGET = moonlight-qt
unix:!macx {
TARGET = moonlight
} else {
# On macOS, this is the name displayed in the global menu bar
TARGET = Moonlight
}
TEMPLATE = app
# The following define makes your compiler emit warnings if you use

View file

@ -26,10 +26,10 @@
<launchable type="desktop-id">com.moonlight_stream.Moonlight.desktop</launchable>
<provides>
<binary>moonlight-qt</binary>
<binary>moonlight</binary>
</provides>
<content_rating type="oars-1.1">
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
@ -58,4 +58,4 @@
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
</component>

View file

@ -1,8 +1,8 @@
[Desktop Entry]
Name=Moonlight
Comment=Stream games from your NVIDIA GameStream-enabled PC
Exec=moonlight-qt
Icon=moonlight-qt
Exec=moonlight
Icon=moonlight
Terminal=false
Type=Application
Categories=Qt;Game;