This commit is contained in:
hunlongyu
2019-12-24 10:08:37 +08:00
parent e10d06f9f8
commit 9fa1bf2ccc
2 changed files with 6 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ install:
- node --version
build_script:
- yarn electron:build
- yarn build
- yarn run publish
test: off
test: off

View File

@@ -1,6 +1,6 @@
{
"name": "zy-player",
"version": "0.5.4",
"version": "0.5.5",
"author": "Hunlongyu",
"description": "A Video Player",
"license": "MIT",
@@ -11,7 +11,8 @@
"electron:build": "vue-cli-service electron:build",
"dev": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
"postuninstall": "electron-builder install-app-deps",
"publish": "electron-builder --publish onTagOrDraft"
},
"main": "background.js",
"dependencies": {