We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602ad7c commit d6a0410Copy full SHA for d6a0410
src/app/asteroidapp.prf
@@ -34,7 +34,7 @@ QT += quick qml
34
35
target.path = /usr/bin
36
37
-desktop.commands = bash $$_PRO_FILE_PWD_/i18n/generate-desktop.sh $$_PRO_FILE_PWD_ $${TARGET}.desktop
+desktop.commands = sh $$_PRO_FILE_PWD_/i18n/generate-desktop.sh $$_PRO_FILE_PWD_ $${TARGET}.desktop
38
desktop.files = $$OUT_PWD/$${TARGET}.desktop
39
desktop.path = /usr/share/applications
40
desktop.CONFIG = no_check_exist
0 commit comments