Continue update even if csp patch is missing

This can happen if you run the update multiple times and it was already
deleted from another run but not regenerated yet due to an early
failure like from a conflict.
This commit is contained in:
Asher
2026-07-23 10:56:35 -08:00
parent 9edf867909
commit b95360f302

View File

@@ -79,7 +79,7 @@ function get-webview-script-hash() {
}
function delete_csp() {
quilt delete csp-hashes.diff
quilt delete csp-hashes.diff || true
}
function update_csp() {