Changing the Linux executable (only) to lowercase openrgb

Commits squashed by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
Chris 2020-12-02 14:47:49 +11:00 committed by Adam Honse
parent f70c9cc63e
commit e7dc95313f
7 changed files with 113 additions and 85 deletions

28
scripts/AppImage.patch Normal file
View file

@ -0,0 +1,28 @@
diff --git a/OpenRGB.pro b/OpenRGB.pro
index 0b308bb9..75a2199f 100644
--- a/OpenRGB.pro
+++ b/OpenRGB.pro
@@ -634,8 +634,6 @@ win32:contains(QMAKE_TARGET.arch, x86) {
# Linux-specific Configuration #
#-----------------------------------------------------------------------------------------------#
unix:!macx {
- TARGET = $$lower($$TARGET)
-
INCLUDEPATH += \
Controllers/FaustusController \
Controllers/LinuxLEDController \
diff --git a/qt/OpenRGB.desktop b/qt/OpenRGB.desktop
index bd71a38a..b4a0f86a 100644
--- a/qt/OpenRGB.desktop
+++ b/qt/OpenRGB.desktop
@@ -3,7 +3,7 @@ Type=Application
Encoding=UTF-8
Name=OpenRGB
Comment=Control RGB lighting
-Exec=openrgb
+Exec=OpenRGB
Icon=OpenRGB
Terminal=false
Categories=Utility;