mirror of
https://github.com/KaKi87/vivaldi-source.git
synced 2025-07-20 01:05:36 +00:00
🐛 Fix 94e2b81
This commit is contained in:
parent
3a2fefebdf
commit
41ee6fb567
1 changed files with 2 additions and 2 deletions
4
main.js
4
main.js
|
@ -30,7 +30,7 @@ for(const {
|
|||
continue;
|
||||
}
|
||||
console.log(`Downloading ${url}`);
|
||||
await $`curl -L ${url} | tar xJ`;
|
||||
await $`curl -L ${url} | tar xJ --overwrite`;
|
||||
console.log(`Staging version ${version}`);
|
||||
await $`git add vivaldi-source`
|
||||
console.log(`Committing version ${version}`);
|
||||
|
@ -41,4 +41,4 @@ for(const {
|
|||
await $`git push --follow-tags`;
|
||||
console.log(`Version ${version} pushed`)
|
||||
}
|
||||
console.log('Done');
|
||||
console.log('Done');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue