Skip to content

Commit d6a0410

Browse files
committed
asteroidapp: qmake: Call generate-desktop.sh with sh instead of bash
It's a POSIX sh script as indicated by its shebang.
1 parent 602ad7c commit d6a0410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/asteroidapp.prf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ QT += quick qml
3434

3535
target.path = /usr/bin
3636

37-
desktop.commands = bash $$_PRO_FILE_PWD_/i18n/generate-desktop.sh $$_PRO_FILE_PWD_ $${TARGET}.desktop
37+
desktop.commands = sh $$_PRO_FILE_PWD_/i18n/generate-desktop.sh $$_PRO_FILE_PWD_ $${TARGET}.desktop
3838
desktop.files = $$OUT_PWD/$${TARGET}.desktop
3939
desktop.path = /usr/share/applications
4040
desktop.CONFIG = no_check_exist

0 commit comments

Comments
 (0)