Compare commits

...

4 Commits

Author SHA1 Message Date
hunlongyu
1e2bc39bde 🙃 更进版本号 2020-05-07 15:47:05 +08:00
hunlongyu
551d11c802 🎃 解决数据库冲突,导致软件启动失败 2020-05-07 15:46:44 +08:00
hunlongyu
c4d8662b51 🚐 测试自动更新 2020-05-07 15:38:13 +08:00
hunlongyu
dea6306acb ☺ 测试自动更新 2020-05-07 15:27:30 +08:00
4 changed files with 4 additions and 10 deletions

View File

@@ -23,13 +23,5 @@ jobs:
yarn
yarn release
shell: pwsh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
dist_electron/win-unpacked/*.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -1,6 +1,6 @@
{
"name": "zy",
"version": "0.9.21",
"version": "0.9.24",
"private": true,
"author": {
"name": "Hunlongyu",

View File

@@ -1,6 +1,6 @@
import Dexie from 'dexie'
const db = new Dexie('ZYDB')
const db = new Dexie('zy')
db.version(1).stores({
theme: '++id, theme',

View File

@@ -11,6 +11,8 @@ module.exports = {
oneClick: false,
allowToChangeInstallationDirectory: true
},
appId: 'com.hunlongyu.zy',
copyright: 'Copyright @ 2020 Hunlongyu',
productName: 'ZY Player 内测版',
publish: [
{