Skip to content

Commit

Permalink
Clean up flatpak build
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Jul 11, 2024
1 parent 62ceb1f commit a5399ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packaging/flatpak/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ configure_file(${APP_ID}.json ${APP_ID}.json)
# Sample build
#
add_custom_target(flatpak-binary
COMMAND rm -rf flatpakBuildDirectory .flatpak-builder
COMMAND flatpak-builder flatpakBuildDirectory de.akaflieg_freiburg.cavok.add_hours_and_minutes.json
COMMAND flatpak-builder --force-clean flatpakBuildDirectory de.akaflieg_freiburg.cavok.add_hours_and_minutes.json
COMMAND echo ""
COMMAND echo ""
COMMAND echo "Run your flatpak with the following command"
Expand Down

0 comments on commit a5399ae

Please sign in to comment.