mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
This commit is contained in:
parent
0baaee2314
commit
1714494428
2 changed files with 9 additions and 13 deletions
|
@ -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": {
|
||||
|
|
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue