mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-03 16:29:10 +00:00
Rename output binary to moonlight
This commit is contained in:
parent
75c7b2828f
commit
13d686b6f8
4 changed files with 13 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue