mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 23:37:48 -05:00
24 lines
659 B
Diff
24 lines
659 B
Diff
--- a/OpenRGB.pro
|
|
+++ b/OpenRGB.pro
|
|
@@ -443,8 +443,6 @@ contains(QMAKE_PLATFORM, linux) {
|
|
PKGCONFIG += \
|
|
libusb-1.0
|
|
|
|
- TARGET = $$lower($$TARGET)
|
|
-
|
|
HEADERS += $$CONTROLLER_H_LINUX
|
|
|
|
HEADERS += \
|
|
--- a/qt/org.openrgb.OpenRGB.desktop
|
|
+++ b/qt/org.openrgb.OpenRGB.desktop
|
|
@@ -4,7 +4,7 @@ Name=OpenRGB
|
|
Comment=Control RGB lighting
|
|
Icon=org.openrgb.OpenRGB
|
|
StartupWMClass=openrgb
|
|
-TryExec=openrgb
|
|
-Exec=openrgb
|
|
+TryExec=OpenRGB
|
|
+Exec=OpenRGB
|
|
Terminal=false
|
|
Categories=Utility;
|