diff --git a/package.json b/package.json index 8de0d3d..8307364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen-browser/surfer", - "version": "1.4.5", + "version": "1.4.8", "description": "Simplifying building firefox forks!", "main": "index.js", "bin": { diff --git a/src/commands/package.ts b/src/commands/package.ts index 324c9eb..81d8054 100644 --- a/src/commands/package.ts +++ b/src/commands/package.ts @@ -229,6 +229,10 @@ async function createMarFile(version: string, channel: string, github?: { repo: : join(OBJ_DIR, 'dist', config.binaryName) const marPath = windowsPathToUnix(join(DIST_DIR, 'output.mar')) + console.log('marPath', marPath) + console.log('binary', binary) + console.log('marBinary', marBinary) + console.log('SIGNING_MODE', process.env.SURFER_SIGNING_MODE) await configDispatch('./tools/update-packaging/make_full_update.sh', { args: [ // The mar output location