This commit is contained in:
KaKi87 2025-07-19 23:02:22 +02:00 committed by GitHub
parent fe74e1dc34
commit 6783e4042a
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 --ignore-failed-read`;
await $`curl -L ${url} | tar xJ 2>/dev/null`;
console.log(`Staging version ${version}`);
await $`git add vivaldi-source`
console.log(`Committing version ${version}`);