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,20 +58,16 @@ export const surferPackage = async () => {
)}...` )}...`
) )
const currentCWD = process.cwd() await dispatch(machPath, arguments_, ENGINE_DIR, true)
if (!process.env.SURFER_SIGNING_MODE) { log.info('Copying language packs')
await dispatch(machPath, arguments_, ENGINE_DIR, true)
log.info('Copying language packs') await dispatch(
machPath,
await dispatch( ['package-multi-locale', '--locales', ...(await getLocales())],
machPath, ENGINE_DIR,
['package-multi-locale', '--locales', ...(await getLocales())], true
ENGINE_DIR, )
true
)
}
log.info('Copying results up') log.info('Copying results up')