This commit is contained in:
hunlongyu
2019-12-24 10:26:06 +08:00
parent c0194b94a4
commit 72f4502ccb
2 changed files with 1 additions and 2 deletions

View File

@@ -15,8 +15,7 @@
"publish": "electron-builder --publish onTagOrDraft",
"patch": "npm version patch && git push origin master && git push origin --tags",
"minor": "npm version minor && git push origin master && git push origin --tags",
"major": "npm version major && git push origin master && git push origin --tags",
"release": "node .electron-vue/build.js && electron-builder"
"major": "npm version major && git push origin master && git push origin --tags"
},
"main": "background.js",
"dependencies": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 264 KiB