chore: Update package.json version to 1.0.22 and optimize Linux platform flags

This commit is contained in:
Mauro Balades 2024-07-21 22:47:58 +02:00
parent 6733bf112c
commit 2fc2331140
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@zen-browser/surfer", "name": "@zen-browser/surfer",
"version": "1.0.21", "version": "1.0.22",
"description": "Simplifying building firefox forks!", "description": "Simplifying building firefox forks!",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View file

@ -69,7 +69,6 @@ async function unpackFirefoxSource(name: string): Promise<void> {
tarExec, tarExec,
[ [
'--strip-components=1', '--strip-components=1',
(process as any).surferPlatform == 'win32' ? '--force-local' : undefined,
'-xf', '-xf',
windowsPathToUnix(resolve(MELON_TMP_DIR, name)), windowsPathToUnix(resolve(MELON_TMP_DIR, name)),
'-C', '-C',