v0.8.7 test update

This commit is contained in:
Hunlongyu
2020-01-31 06:14:40 +08:00
parent d9122fd24e
commit 0e359be8a3
3 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zy",
"version": "0.8.6",
"version": "0.8.7",
"author": "Hunlongyu",
"description": "ZY Player 资源播放器",
"private": true,

View File

@@ -72,8 +72,8 @@ export default Vue.extend({
return {
sites: sites,
dbSite: 0,
opacity: 100,
oldVersion: 'v0.8.6',
opacity: 96,
oldVersion: 'v0.8.7',
newVersion: '',
download: false
}

View File

@@ -6,7 +6,11 @@ module.exports = {
icon: './build/icons/icon.ico'
},
productName: 'ZY Player',
publish: ['github']
publish: [{
'provider': 'github',
'owner': 'Hunlongyu',
'repo': 'ZY-Player'
}]
},
chainWebpackRendererProcess: config => {
if (process.env.NODE_ENV === 'development') {