mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
bump version to 1.9.4 and remove provisioning profile move logic from package command
Some checks are pending
CI / general (push) Waiting to run
Some checks are pending
CI / general (push) Waiting to run
This commit is contained in:
parent
b2f282f5aa
commit
c3a4290d66
2 changed files with 1 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.9.3",
|
"version": "1.9.4",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -115,19 +115,6 @@ export const surferPackage = async () => {
|
||||||
ENGINE_DIR,
|
ENGINE_DIR,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
// move zen.provisionprofile to Contents/embedded.provisionprofile
|
|
||||||
const provisionProfilePath = 'zen.provisionprofile';
|
|
||||||
const embeddedProvisionProfilePath = join(zenMacDestDir, `${getCurrentBrandName()}.app`, 'Contents', 'embedded.provisionprofile');
|
|
||||||
console.log(`Moving ${provisionProfilePath} to ${embeddedProvisionProfilePath}`)
|
|
||||||
await dispatch(
|
|
||||||
'mv',
|
|
||||||
[
|
|
||||||
provisionProfilePath,
|
|
||||||
join(zenMacDestDir, `${getCurrentBrandName()}.app`, 'Contents', 'embedded.provisionprofile')
|
|
||||||
],
|
|
||||||
ENGINE_DIR,
|
|
||||||
true
|
|
||||||
);
|
|
||||||
console.log('Signing the app with the developer id')
|
console.log('Signing the app with the developer id')
|
||||||
await dispatch(
|
await dispatch(
|
||||||
'../build/codesign/codesign.bash',
|
'../build/codesign/codesign.bash',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue