We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafc5b8 commit 7a60e43Copy full SHA for 7a60e43
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zen-browser/surfer",
3
- "version": "1.11.13",
+ "version": "1.11.14",
4
"description": "Simplifying building firefox forks!",
5
"main": "index.js",
6
"bin": {
src/commands/package.ts
@@ -91,9 +91,7 @@ export const surferPackage = async () => {
91
if ((process as any).surferPlatform == 'win32') {
92
const installerDistributionDirectory = join(
93
OBJ_DIR,
94
- 'dist',
95
- 'install',
96
- 'sea'
+ 'dist'
97
)
98
99
if (!existsSync(installerDistributionDirectory)) {
0 commit comments