Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Nov 27, 2024
1 parent c45ccc3 commit 39239b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,18 @@
files: ["dist", "dist-electron"],
afterSign: "scripts/notarize.cjs",
mac: {
notarize: false,
target: ["dmg"],
artifactName: "outerbase-mac-${version}.${ext}",
"target": {
"target": "default",
"arch": [
"arm64"
]
},
"type": "distribution",
"hardenedRuntime": true,
"entitlements": "assets/entitlements.mac.plist",
"entitlementsInherit": "assets/entitlements.mac.plist",
"artifactName": "${name}-${version}-${platform}_${arch}.${ext}",
"gatekeeperAssess": false
},
win: {
target: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "outerbase-studio-desktop",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"author": "Outerbase",
"description": "Outerbase Studio",
Expand Down

0 comments on commit 39239b3

Please sign in to comment.