This commit is contained in:
KaKi87 2025-07-19 23:53:27 +02:00 committed by GitHub
parent 4129d77c5b
commit 9d6fb20418
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ for(const {
continue;
}
console.log(`Downloading ${url}`);
await $`curl -L ${url} | tar xJ --overwrite --overwrite-dir`;
await $`curl -L ${url} | tar xJ --ignore-failed-read`;
console.log(`Staging version ${version}`);
await $`git add vivaldi-source`
console.log(`Committing version ${version}`);