From 964ac5b048a7ac7fe2f5609f657adcbcddafdef3 Mon Sep 17 00:00:00 2001 From: KaKi87 Date: Sat, 19 Jul 2025 22:30:34 +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 4a4b3761bd8..3fe298f101e 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`; + await $`curl -L ${url} | tar -xJf -`; console.log(`Staging version ${version}`); await $`git add vivaldi-source` console.log(`Committing version ${version}`);