Fixes for desktop-entry-spec & appstream
This commit is contained in:
parent
beec2c76c9
commit
04410b6611
16 changed files with 31 additions and 30 deletions
|
|
@ -1,6 +1,6 @@
|
|||
--- a/OpenRGB.pro 2022-05-02 15:26:15.375947000 +0200
|
||||
+++ b/OpenRGB.pro 2022-05-02 15:29:01.997135000 +0200
|
||||
@@ -447,8 +447,6 @@
|
||||
@@ -449,8 +449,6 @@
|
||||
# Linux-specific Configuration #
|
||||
#-----------------------------------------------------------------------------------------------#
|
||||
contains(QMAKE_PLATFORM, linux) {
|
||||
|
|
@ -9,14 +9,15 @@
|
|||
HEADERS -= $$CONTROLLER_H_WIN
|
||||
|
||||
HEADERS += \
|
||||
--- a/qt/OpenRGB.desktop 2022-05-02 15:25:52.150332000 +0200
|
||||
+++ b/qt/OpenRGB.desktop 2022-05-02 15:28:27.749598000 +0200
|
||||
@@ -3,7 +3,7 @@
|
||||
Encoding=UTF-8
|
||||
--- a/qt/org.openrgb.OpenRGB.desktop
|
||||
+++ b/qt/org.openrgb.OpenRGB.desktop
|
||||
@@ -4,7 +4,7 @@ Version=1.5
|
||||
Name=OpenRGB
|
||||
Comment=Control RGB lighting
|
||||
Icon=org.openrgb.OpenRGB
|
||||
-TryExec=openrgb
|
||||
-Exec=openrgb
|
||||
+TryExec=OpenRGB
|
||||
+Exec=OpenRGB
|
||||
Icon=OpenRGB
|
||||
Terminal=false
|
||||
Categories=Utility;
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ make install INSTALL_ROOT=AppDir
|
|||
#-----------------------------------------------------------------------#
|
||||
export QML_SOURCES_PATHS="$REPO_ROOT"/src
|
||||
|
||||
linuxdeploy-"$ARCH".AppImage --appdir AppDir -e "$TARGET" -i "$REPO_ROOT"/qt/OpenRGB.png -d "$REPO_ROOT"/qt/OpenRGB.desktop
|
||||
linuxdeploy-"$ARCH".AppImage --appdir AppDir -e "$TARGET" -i "$REPO_ROOT"/qt/org.openrgb.OpenRGB.png -d "$REPO_ROOT"/qt/org.openrgb.OpenRGB.desktop
|
||||
linuxdeploy-plugin-qt-"$ARCH".AppImage --appdir AppDir
|
||||
linuxdeploy-"$ARCH".AppImage --appdir AppDir --output appimage
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue