From 2fc233114098f55507d30effb663259aa3bc042c Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 21 Jul 2024 22:47:58 +0200 Subject: [PATCH] chore: Update package.json version to 1.0.22 and optimize Linux platform flags --- package.json | 2 +- src/commands/download/firefox.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 844e2f7..c369d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen-browser/surfer", - "version": "1.0.21", + "version": "1.0.22", "description": "Simplifying building firefox forks!", "main": "index.js", "bin": { diff --git a/src/commands/download/firefox.ts b/src/commands/download/firefox.ts index 53b7b5f..25bb7ab 100644 --- a/src/commands/download/firefox.ts +++ b/src/commands/download/firefox.ts @@ -69,7 +69,6 @@ async function unpackFirefoxSource(name: string): Promise { tarExec, [ '--strip-components=1', - (process as any).surferPlatform == 'win32' ? '--force-local' : undefined, '-xf', windowsPathToUnix(resolve(MELON_TMP_DIR, name)), '-C',