Skip to content

Commit 3c058df

Browse files
committed
Fix Flatpak manifest: Use /app prefix instead of ${FLATPAK_DEST}
1 parent 9111c5c commit 3c058df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flatpak/org.routeplanner.RoutePlanner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ modules:
1616
- name: route-planner
1717
buildsystem: simple
1818
build-commands:
19+
- mkdir -p ${FLATPAK_DEST}/lib/route-planner/
1920
- cp -r . ${FLATPAK_DEST}/lib/route-planner/
2021
- mkdir -p ${FLATPAK_DEST}/bin
2122
- echo '#!/bin/bash' > ${FLATPAK_DEST}/bin/route-planner

0 commit comments

Comments
 (0)