From 4129d77c5b52b7d031c7590f7eae76f2701def26 Mon Sep 17 00:00:00 2001 From: KaKi87 Date: Sat, 19 Jul 2025 23:21:12 +0200 Subject: [PATCH] :bug: Fix 94e2b81 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 65390fee586..dfd2ac345a5 100644 --- a/main.js +++ b/main.js @@ -30,7 +30,7 @@ for(const { continue; } console.log(`Downloading ${url}`); - await $`curl -L ${url} | tar xJ --overwrite-dir`; + await $`curl -L ${url} | tar xJ --overwrite --overwrite-dir`; console.log(`Staging version ${version}`); await $`git add vivaldi-source` console.log(`Committing version ${version}`);