mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +02:00
chore: Update package.json version to 1.4.8 and add logging statements
This commit is contained in:
parent
997633ac6c
commit
461ac9da55
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.4.5",
|
"version": "1.4.8",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -229,6 +229,10 @@ async function createMarFile(version: string, channel: string, github?: { repo:
|
||||||
: join(OBJ_DIR, 'dist', config.binaryName)
|
: join(OBJ_DIR, 'dist', config.binaryName)
|
||||||
|
|
||||||
const marPath = windowsPathToUnix(join(DIST_DIR, 'output.mar'))
|
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', {
|
await configDispatch('./tools/update-packaging/make_full_update.sh', {
|
||||||
args: [
|
args: [
|
||||||
// The mar output location
|
// The mar output location
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue