mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-08 05:03:36 +08:00
v0.5.5
This commit is contained in:
@@ -24,6 +24,7 @@ install:
|
||||
- node --version
|
||||
|
||||
build_script:
|
||||
- yarn electron:build
|
||||
- yarn build
|
||||
- yarn run publish
|
||||
|
||||
test: off
|
||||
test: off
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user