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 78049d8 commit 49f08c3Copy full SHA for 49f08c3
Distribution/flatpak/flatpak.yml
@@ -159,8 +159,8 @@ modules:
159
# dest-filename: project-plus-dolphin-wrapper
160
post-install:
161
- |
162
- - install -D -t ${FLATPAK_DEST}/bin/ project-plus-dolphin-wrapper
163
- - desktop-file-edit --set-key=Exec --set-value='/app/bin/project-plus-dolphin-wrapper'
+ - install -D -t ${FLATPAK_DEST}/bin/ project-plus-dolphin-wrapper.sh
+ - desktop-file-edit --set-key=Exec --set-value='/app/bin/project-plus-dolphin-wrapper.sh'
164
/app/share/applications/project-plus-dolphin.desktop
165
- desktop-file-edit --set-key=Name --set-value='Project Plus Dolphin'
166
0 commit comments