Formatted and fixed signing process
Some checks failed
CI / general (push) Has been cancelled

This commit is contained in:
mr. m 2025-04-13 17:05:10 +00:00
parent 0baaee2314
commit 1714494428
2 changed files with 9 additions and 13 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@zen-browser/surfer", "name": "@zen-browser/surfer",
"version": "1.11.6", "version": "1.11.7",
"description": "Simplifying building firefox forks!", "description": "Simplifying building firefox forks!",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View file

@ -58,9 +58,6 @@ export const surferPackage = async () => {
)}...` )}...`
) )
const currentCWD = process.cwd()
if (!process.env.SURFER_SIGNING_MODE) {
await dispatch(machPath, arguments_, ENGINE_DIR, true) await dispatch(machPath, arguments_, ENGINE_DIR, true)
log.info('Copying language packs') log.info('Copying language packs')
@ -71,7 +68,6 @@ export const surferPackage = async () => {
ENGINE_DIR, ENGINE_DIR,
true true
) )
}
log.info('Copying results up') log.info('Copying results up')