Skip to content

Commit

Permalink
chore: Update package.json version to 1.0.22 and optimize Linux platf…
Browse files Browse the repository at this point in the history
…orm flags
  • Loading branch information
mauro-balades committed Jul 21, 2024
1 parent 6733bf1 commit 2fc2331
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 0 additions & 1 deletion src/commands/download/firefox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ async function unpackFirefoxSource(name: string): Promise<void> {
tarExec,
[
'--strip-components=1',
(process as any).surferPlatform == 'win32' ? '--force-local' : undefined,
'-xf',
windowsPathToUnix(resolve(MELON_TMP_DIR, name)),
'-C',
Expand Down

0 comments on commit 2fc2331

Please sign in to comment.