mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +02:00
chore: Update package.json version to 1.0.22 and optimize Linux platform flags
This commit is contained in:
parent
6733bf112c
commit
2fc2331140
2 changed files with 1 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue