mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
bump version to 1.9.3 and remove redundant option in package command
This commit is contained in:
parent
5c02cefbed
commit
b2f282f5aa
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.9.2",
|
"version": "1.9.3",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -122,7 +122,6 @@ export const surferPackage = async () => {
|
||||||
await dispatch(
|
await dispatch(
|
||||||
'mv',
|
'mv',
|
||||||
[
|
[
|
||||||
'-r',
|
|
||||||
provisionProfilePath,
|
provisionProfilePath,
|
||||||
join(zenMacDestDir, `${getCurrentBrandName()}.app`, 'Contents', 'embedded.provisionprofile')
|
join(zenMacDestDir, `${getCurrentBrandName()}.app`, 'Contents', 'embedded.provisionprofile')
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue