mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +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",
|
||||
"version": "1.8.8",
|
||||
"version": "1.8.9",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -122,8 +122,6 @@ export const surferPackage = async () => {
|
|||
join(zenMacDestDir, `${getCurrentBrandName()}.app`),
|
||||
'-i',
|
||||
process.env.MACOS_APPLE_DEVELOPER_ID,
|
||||
'-f',
|
||||
'zen.provisionprofile',
|
||||
'-b',
|
||||
'../build/codesign/browser.developer.entitlements.xml',
|
||||
'-p',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue