We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9111c5c commit 3c058dfCopy full SHA for 3c058df
flatpak/org.routeplanner.RoutePlanner.yml
@@ -16,6 +16,7 @@ modules:
16
- name: route-planner
17
buildsystem: simple
18
build-commands:
19
+ - mkdir -p ${FLATPAK_DEST}/lib/route-planner/
20
- cp -r . ${FLATPAK_DEST}/lib/route-planner/
21
- mkdir -p ${FLATPAK_DEST}/bin
22
- echo '#!/bin/bash' > ${FLATPAK_DEST}/bin/route-planner
0 commit comments