Skip to content

Commit 7a60e43

Browse files
committed
Updated for firefox 141.0
1 parent fafc5b8 commit 7a60e43

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zen-browser/surfer",
3-
"version": "1.11.13",
3+
"version": "1.11.14",
44
"description": "Simplifying building firefox forks!",
55
"main": "index.js",
66
"bin": {

src/commands/package.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ export const surferPackage = async () => {
9191
if ((process as any).surferPlatform == 'win32') {
9292
const installerDistributionDirectory = join(
9393
OBJ_DIR,
94-
'dist',
95-
'install',
96-
'sea'
94+
'dist'
9795
)
9896

9997
if (!existsSync(installerDistributionDirectory)) {

0 commit comments

Comments
 (0)