mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-25 00:07:49 -05:00
23 lines
971 B
Diff
23 lines
971 B
Diff
--- a/OpenRGB.pro 2022-05-02 15:26:15.375947000 +0200
|
|
+++ b/OpenRGB.pro 2022-05-02 15:29:01.997135000 +0200
|
|
@@ -1310,8 +1310,6 @@
|
|
# Linux-specific Configuration #
|
|
#-----------------------------------------------------------------------------------------------#
|
|
contains(QMAKE_PLATFORM, linux) {
|
|
- TARGET = $$lower($$TARGET)
|
|
-
|
|
INCLUDEPATH += \
|
|
Controllers/FaustusController \
|
|
Controllers/LinuxLEDController \
|
|
--- 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
|
|
Name=OpenRGB
|
|
Comment=Control RGB lighting
|
|
-Exec=openrgb
|
|
+Exec=OpenRGB
|
|
Icon=OpenRGB
|
|
Terminal=false
|
|
Categories=Utility;
|