beta release build 0.6.2

This commit is contained in:
刘浩远 2020-07-22 10:36:29 +08:00
parent 58baa8d935
commit c4fb4e594a
2 changed files with 8 additions and 12 deletions

View File

@ -23,16 +23,9 @@ A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Platform (please complete the following information):**
- OS: [e.g. Windows 10 2004]
- Version [e.g. 0.6.1]
**Additional context**
Add any other context about the problem here.

View File

@ -1,6 +1,6 @@
{
"name": "fluent-reader",
"version": "0.6.1",
"version": "0.6.2",
"description": "A simplistic, modern desktop RSS reader",
"main": "./dist/electron.js",
"scripts": {
@ -20,7 +20,10 @@
"appId": "me.hyliu.fluentreader",
"productName": "Fluent Reader",
"copyright": "Copyright © 2020 Haoyuan Liu",
"files": "./dist/**/*",
"files": [
"./dist/**/*",
"!**/*.js.map"
],
"directories": {
"output": "./bin/${platform}/${arch}/"
},