mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-22 22:28:14 -05:00
🐛 Fix: fix config
This commit is contained in:
parent
bc2749ed49
commit
040ad5f915
@ -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"
|
||||
|
@ -40,6 +40,7 @@ const config = {
|
||||
builderOptions: {
|
||||
productName: 'PicList',
|
||||
appId: 'com.kuingsmile.piclist',
|
||||
afterSign: "scripts/notarize.js",
|
||||
publish: [
|
||||
{
|
||||
provider: 'github',
|
||||
|
Loading…
Reference in New Issue
Block a user