bump version to 1.9.3 and remove redundant option in package command

This commit is contained in:
mr. M 2025-01-07 20:41:52 +01:00
parent 5c02cefbed
commit b2f282f5aa
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@zen-browser/surfer",
"version": "1.9.2",
"version": "1.9.3",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {

View file

@ -122,7 +122,6 @@ export const surferPackage = async () => {
await dispatch(
'mv',
[
'-r',
provisionProfilePath,
join(zenMacDestDir, `${getCurrentBrandName()}.app`, 'Contents', 'embedded.provisionprofile')
],