diff --git a/package.json b/package.json index 7c29b6f..51d4718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen-browser/surfer", - "version": "1.3.9", + "version": "1.3.10", "description": "Simplifying building firefox forks!", "main": "index.js", "bin": { diff --git a/src/commands/package.ts b/src/commands/package.ts index 7846b2b..c9799b5 100644 --- a/src/commands/package.ts +++ b/src/commands/package.ts @@ -93,7 +93,8 @@ export const surferPackage = async () => { return; } await rmdirSync(join(currentCWD, `obj-${compatMode ? 'x86_64' : 'aarch64'}-apple-darwin/dist`), { recursive: true }) - await dispatch('cp', ['-R', `/Volumes/${mountedPath}/Zen Browser.app`, `obj-${compatMode ? 'x86_64' : 'aarch64'}-apple-darwin/dist`], currentCWD, true) + log.info('Copying the app to the current working directory, into the dist folder') + await dispatch('cp', ['-R', `/Volumes/${mountedPath}/Zen Browser.app`, `obj-${compatMode ? 'x86_64' : 'aarch64'}-apple-darwin/dist`], ENGINE_DIR, true) await dispatch('hdiutil', ['detach', `/Volumes/${mountedPath}`], currentCWD, true) await dispatch(machPath, ['macos-sign', '--verbose',