mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
bump version to 1.8.9 and remove provisioning profile handling in package command
This commit is contained in:
parent
d796555fe0
commit
2a429f30ba
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.8.8",
|
"version": "1.8.9",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -122,8 +122,6 @@ export const surferPackage = async () => {
|
||||||
join(zenMacDestDir, `${getCurrentBrandName()}.app`),
|
join(zenMacDestDir, `${getCurrentBrandName()}.app`),
|
||||||
'-i',
|
'-i',
|
||||||
process.env.MACOS_APPLE_DEVELOPER_ID,
|
process.env.MACOS_APPLE_DEVELOPER_ID,
|
||||||
'-f',
|
|
||||||
'zen.provisionprofile',
|
|
||||||
'-b',
|
'-b',
|
||||||
'../build/codesign/browser.developer.entitlements.xml',
|
'../build/codesign/browser.developer.entitlements.xml',
|
||||||
'-p',
|
'-p',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue