chore: Update package.json version to 1.4.8 and add logging statements

This commit is contained in:
mauro 🤙 2024-09-14 17:48:29 +00:00
parent 997633ac6c
commit 461ac9da55
2 changed files with 5 additions and 1 deletions

View file

@ -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": {

View file

@ -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