beta release build 0.6.2
This commit is contained in:
parent
58baa8d935
commit
c4fb4e594a
|
@ -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.
|
||||
|
|
|
@ -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}/"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue