mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-24 07:47:49 -05:00
29 lines
923 B
Diff
29 lines
923 B
Diff
|
|
|
|
diff --git a/OpenRGB.pro b/OpenRGB.pro
|
|
index 6295344a..d09bed44 100644
|
|
--- a/OpenRGB.pro
|
|
+++ b/OpenRGB.pro
|
|
@@ -639,8 +639,6 @@ win32:contains(QMAKE_TARGET.arch, x86) {
|
|
# Linux-specific Configuration #
|
|
#-----------------------------------------------------------------------------------------------#
|
|
unix:!macx {
|
|
- TARGET = $$lower($$TARGET)
|
|
-
|
|
INCLUDEPATH += \
|
|
Controllers/FaustusController \
|
|
|
|
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;
|