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",
|
"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": {
|
||||||
|
|
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue