Skip to content

Commit

Permalink
Merge pull request #166 from bbonkr/dev
Browse files Browse the repository at this point in the history
fix: Release for mac
  • Loading branch information
bbonkr authored Dec 11, 2022
2 parents 6742bff + 837aa5f commit 78e7f37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rename",
"peoductName": "Rename",
"version": "1.9.0",
"version": "1.9.1",
"description": "Rename files.",
"author": {
"name": "Pon Cheol Ku",
Expand Down Expand Up @@ -33,6 +33,9 @@
"prepack": "ts-node scripts/pre-pack.ts && npm run build:prod",
"pack": "cross-env NODE_ENV=production electron-builder build --publish never",
"postpack": "ts-node scripts/post-pack.ts",
"prepack:macos-arm64": "ts-node scripts/pre-pack.ts && npm run build:prod",
"pack:macos-arm64": "cross-env NODE_ENV=production electron-builder build --mac --arm64 --publish never",
"postpack:macos-arm64": "ts-node scripts/post-pack.ts",
"publish": "cross-env NODE_ENV=production electron-builder build --publish onTag",
"clean": "npm run clean:dist && npm run clean:packages",
"clean:dist": "ts-node scripts/pre-pack.ts",
Expand Down Expand Up @@ -113,10 +116,7 @@
"target": [
{
"target": "default",
"arch": [
"x64",
"arm64"
]
"arch": "universal"
}
],
"icon": "./resources/installer/appicon.icns",
Expand Down

0 comments on commit 78e7f37

Please sign in to comment.