Skip to content

Commit

Permalink
🐛 Fix: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Mar 7, 2023
1 parent bc2749e commit 040ad5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "piclist",
"version": "1.4.0",
"author": {
"name": "Kuingsmile",
"email": "[email protected]"
},
"description": "PicList is a simple and powerful cloude storage manage tool.",
"private": true,
"scripts": {
"build": "vue-cli-service electron:build",
Expand Down Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const config = {
builderOptions: {
productName: 'PicList',
appId: 'com.kuingsmile.piclist',
afterSign: "scripts/notarize.js",
publish: [
{
provider: 'github',
Expand Down

0 comments on commit 040ad5f

Please sign in to comment.