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",
"version": "1.11.6",
"version": "1.11.7",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"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) {
await dispatch(machPath, arguments_, ENGINE_DIR, true)
log.info('Copying language packs')
log.info('Copying language packs')
await dispatch(
machPath,
['package-multi-locale', '--locales', ...(await getLocales())],
ENGINE_DIR,
true
)
}
await dispatch(
machPath,
['package-multi-locale', '--locales', ...(await getLocales())],
ENGINE_DIR,
true
)
log.info('Copying results up')