mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-03-02 13:47:12 +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">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>moonlight-qt</string>
|
<string>Moonlight</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Created by Qt/QMake</string>
|
<string>Created by Qt/QMake</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
QT += core quick network quickcontrols2
|
QT += core quick network quickcontrols2
|
||||||
CONFIG += c++11
|
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
|
TEMPLATE = app
|
||||||
|
|
||||||
# The following define makes your compiler emit warnings if you use
|
# 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>
|
<launchable type="desktop-id">com.moonlight_stream.Moonlight.desktop</launchable>
|
||||||
|
|
||||||
<provides>
|
<provides>
|
||||||
<binary>moonlight-qt</binary>
|
<binary>moonlight</binary>
|
||||||
</provides>
|
</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-cartoon">none</content_attribute>
|
||||||
<content_attribute id="violence-fantasy">none</content_attribute>
|
<content_attribute id="violence-fantasy">none</content_attribute>
|
||||||
<content_attribute id="violence-realistic">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-purchasing">none</content_attribute>
|
||||||
<content_attribute id="money-gambling">none</content_attribute>
|
<content_attribute id="money-gambling">none</content_attribute>
|
||||||
</content_rating>
|
</content_rating>
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Moonlight
|
Name=Moonlight
|
||||||
Comment=Stream games from your NVIDIA GameStream-enabled PC
|
Comment=Stream games from your NVIDIA GameStream-enabled PC
|
||||||
Exec=moonlight-qt
|
Exec=moonlight
|
||||||
Icon=moonlight-qt
|
Icon=moonlight
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Qt;Game;
|
Categories=Qt;Game;
|
||||||
|
|
Loading…
Add table
Reference in a new issue