🐛 Fix: fix config

This commit is contained in:
萌萌哒赫萝 2023-03-07 15:07:33 +08:00
parent bc2749ed49
commit 040ad5f915
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,11 @@
{
"name": "piclist",
"version": "1.4.0",
"author": {
"name": "Kuingsmile",
"email": "msq@msq.pub"
},
"description": "PicList is a simple and powerful cloude storage manage tool.",
"private": true,
"scripts": {
"build": "vue-cli-service electron:build",
@ -112,10 +117,6 @@
"typescript": "^4.9.5",
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4"
},
"build": {
"appId": "com.kuingsmile.piclist",
"afterSign": "scripts/notarize.js"
},
"commitlint": {
"extends": [
"./node_modules/@picgo/bump-version/commitlint-picgo"

View File

@ -40,6 +40,7 @@ const config = {
builderOptions: {
productName: 'PicList',
appId: 'com.kuingsmile.piclist',
afterSign: "scripts/notarize.js",
publish: [
{
provider: 'github',