mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 20:44:52 +08:00
v0.5.2
This commit is contained in:
24
AppVeyor.yml
Normal file
24
AppVeyor.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
platform:
|
||||
- x64
|
||||
|
||||
cache:
|
||||
- node_modules
|
||||
- '%APPDATA%\npm-cache'
|
||||
- '%USERPROFILE%\.electron'
|
||||
|
||||
install:
|
||||
- ps: Install-Product node 8 x64
|
||||
- npm install
|
||||
|
||||
build_script:
|
||||
- npm run electron:build
|
||||
|
||||
test: off
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
environment:
|
||||
GH_TOKEN:
|
||||
secure: 786c2f0795828b54d87519635312060c7e3c49a4
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"name": "zy-player",
|
||||
"version": "0.5.1",
|
||||
"private": true,
|
||||
"version": "0.5.2",
|
||||
"author": "Hunlongyu",
|
||||
"description": "A Video Player",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
|
||||
Reference in New Issue
Block a user