This commit is contained in:
KaKi87 2025-07-20 00:14:13 +02:00 committed by GitHub
parent e4bfef3df8
commit 850de149a4
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 2>/dev/null`;
await $`curl -L ${url} | tar xJ || true`;
console.log(`Staging version ${version}`);
await $`git add vivaldi-source`
console.log(`Committing version ${version}`);