This commit is contained in:
KaKi87 2025-07-19 22:50:35 +02:00 committed by GitHub
parent 99492ae530
commit fe74e1dc34
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 -xJf - --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}`);