1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-06 12:25:22 +01:00

Fix build number

This commit is contained in:
AkiraFukushima 2023-02-28 01:24:19 +09:00
parent f338d2fcaf
commit 510d6ecd2d
2 changed files with 2 additions and 4 deletions

View File

@ -2,6 +2,7 @@
"productName": "Whalebird",
"appId": "social.whalebird.app",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"buildVersion": "150",
"directories": {
"output": "build"
},
@ -35,6 +36,7 @@
"entitlements": "plist/parent.plist",
"entitlementsInherit": "plist/child.plist",
"entitlementsLoginHelper": "plist/loginhelper.plist",
"provisioningProfile": "socialwhalebirdapp_MAS.provisionprofile",
"hardenedRuntime": false,
"identity": null
},

View File

@ -14,10 +14,6 @@
"type": "git",
"url": "https://github.com/h3poteto/whalebird-desktop.git"
},
"config": {
"buildVersion": "149",
"appVersion": "5.0.0"
},
"main": "./dist/electron/main.js",
"scripts": {
"dev": "node .electron-vue/dev-runner.js",