Skip to content

Commit

Permalink
Fix flatpak build
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Feb 5, 2025
1 parent 320e02f commit 8daa62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/flatpak/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ add_custom_target(flatpak-binary
COMMAND echo ""
COMMAND echo "Run your flatpak with the following command"
COMMAND echo ""
COMMAND echo " flatpak-builder --run ${CMAKE_CURRENT_BINARY_DIR}/flatpakBuildDirectory ${CMAKE_CURRENT_BINARY_DIR}/${APP_ID}.json ${PROJECT_NAME}"
COMMAND echo " flatpak-builder --run ${CMAKE_CURRENT_BINARY_DIR}/flatpakBuildDirectory ${CMAKE_CURRENT_BINARY_DIR}/${APP_ID}.json ${PROJECT_NAME} -platform wayland"
COMMAND echo ""
COMMAND echo ""
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
Expand Down
2 changes: 1 addition & 1 deletion packaging/flatpak/de.akaflieg_freiburg.enroute.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"type": "archive",
"url": "https://github.com/Akaflieg-Freiburg/enrouteDependencies/releases/download/developerBuilds/maplibre-native-qt.tar.xz",
"sha256": "b2527d9e34262e9e6aee2c8edcaee90b2489c34b610fef760b739af1759c9d3b"
"sha256": "59832093b7f77e6f836f9e4ee1ee2f7cc6028de0f02e78a6ac98d7932f6920ca"
}
],
"buildsystem": "cmake-ninja",
Expand Down

0 comments on commit 8daa62e

Please sign in to comment.