From 040ad5f915fba295dcb39317317aafcd0eebe10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Tue, 7 Mar 2023 15:07:33 +0800 Subject: [PATCH] :bug: Fix: fix config --- package.json | 9 +++++---- vue.config.js | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a67f501..3e74ac8 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/vue.config.js b/vue.config.js index bf3f0b2..dfdffa6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -40,6 +40,7 @@ const config = { builderOptions: { productName: 'PicList', appId: 'com.kuingsmile.piclist', + afterSign: "scripts/notarize.js", publish: [ { provider: 'github',