version update

This commit is contained in:
DJ2LS 2023-10-24 19:41:17 +02:00
parent 72702294c7
commit 86a38e94ef
2 changed files with 4 additions and 3 deletions

View file

@ -32,15 +32,16 @@
"target": [
{
"target": "default",
"arch": ["arm64", "x64"]
"arch": ["universal"]
}
],
"notarize": "false",
"notarize": "false",
"icon": "build/icon.png",
"hardenedRuntime": true,
"entitlements": "build/entitlements.plist",
"entitlementsInherit": "build/entitlements.plist",
"gatekeeperAssess": false,
"mergeASARs": true,
"artifactName": "${productName}-Mac-${version}.${ext}"
},
"win": {

View file

@ -2,7 +2,7 @@
"name": "FreeDATA",
"description": "FreeDATA",
"private": true,
"version": "0.11.0-alpha.7",
"version": "0.11.0-alpha.9",
"main": "dist-electron/main/index.js",
"scripts": {
"start": "vite",