diff --git a/automation_tools/flatpak_build_only_persistent.sh b/automation_tools/flatpak_build_only_persistent.sh index 4121cf9f..d9dc99ef 100755 --- a/automation_tools/flatpak_build_only_persistent.sh +++ b/automation_tools/flatpak_build_only_persistent.sh @@ -19,6 +19,8 @@ mkdir -vp ${$BUILD_DIR}/"$FOLDER" flatpak-builder --user --force-clean \ --install-deps-from=flathub \ --install-deps-from=flathub-beta \ +--keep-build-dirs \ +--rebuild-on-sdk-change \ --repo="${BUILD_DIR}/.local" \ --disable-download \ "${BUILD_DIR}/${FOLDER}" \