mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
🐛 Fix: fix config
This commit is contained in:
parent
bc2749ed49
commit
040ad5f915
@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "piclist",
|
"name": "piclist",
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Kuingsmile",
|
||||||
|
"email": "msq@msq.pub"
|
||||||
|
},
|
||||||
|
"description": "PicList is a simple and powerful cloude storage manage tool.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vue-cli-service electron:build",
|
"build": "vue-cli-service electron:build",
|
||||||
@ -112,10 +117,6 @@
|
|||||||
"typescript": "^4.9.5",
|
"typescript": "^4.9.5",
|
||||||
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4"
|
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4"
|
||||||
},
|
},
|
||||||
"build": {
|
|
||||||
"appId": "com.kuingsmile.piclist",
|
|
||||||
"afterSign": "scripts/notarize.js"
|
|
||||||
},
|
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
"extends": [
|
"extends": [
|
||||||
"./node_modules/@picgo/bump-version/commitlint-picgo"
|
"./node_modules/@picgo/bump-version/commitlint-picgo"
|
||||||
|
@ -40,6 +40,7 @@ const config = {
|
|||||||
builderOptions: {
|
builderOptions: {
|
||||||
productName: 'PicList',
|
productName: 'PicList',
|
||||||
appId: 'com.kuingsmile.piclist',
|
appId: 'com.kuingsmile.piclist',
|
||||||
|
afterSign: "scripts/notarize.js",
|
||||||
publish: [
|
publish: [
|
||||||
{
|
{
|
||||||
provider: 'github',
|
provider: 'github',
|
||||||
|
Loading…
Reference in New Issue
Block a user