Fix build number
This commit is contained in:
parent
f338d2fcaf
commit
510d6ecd2d
@ -2,6 +2,7 @@
|
|||||||
"productName": "Whalebird",
|
"productName": "Whalebird",
|
||||||
"appId": "social.whalebird.app",
|
"appId": "social.whalebird.app",
|
||||||
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
|
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
|
||||||
|
"buildVersion": "150",
|
||||||
"directories": {
|
"directories": {
|
||||||
"output": "build"
|
"output": "build"
|
||||||
},
|
},
|
||||||
@ -35,6 +36,7 @@
|
|||||||
"entitlements": "plist/parent.plist",
|
"entitlements": "plist/parent.plist",
|
||||||
"entitlementsInherit": "plist/child.plist",
|
"entitlementsInherit": "plist/child.plist",
|
||||||
"entitlementsLoginHelper": "plist/loginhelper.plist",
|
"entitlementsLoginHelper": "plist/loginhelper.plist",
|
||||||
|
"provisioningProfile": "socialwhalebirdapp_MAS.provisionprofile",
|
||||||
"hardenedRuntime": false,
|
"hardenedRuntime": false,
|
||||||
"identity": null
|
"identity": null
|
||||||
},
|
},
|
||||||
|
@ -14,10 +14,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/h3poteto/whalebird-desktop.git"
|
"url": "https://github.com/h3poteto/whalebird-desktop.git"
|
||||||
},
|
},
|
||||||
"config": {
|
|
||||||
"buildVersion": "149",
|
|
||||||
"appVersion": "5.0.0"
|
|
||||||
},
|
|
||||||
"main": "./dist/electron/main.js",
|
"main": "./dist/electron/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node .electron-vue/dev-runner.js",
|
"dev": "node .electron-vue/dev-runner.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user