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**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
**Platform (please complete the following information):**
|
||||||
- OS: [e.g. iOS]
|
- OS: [e.g. Windows 10 2004]
|
||||||
- Browser [e.g. chrome, safari]
|
- Version [e.g. 0.6.1]
|
||||||
- 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]
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fluent-reader",
|
"name": "fluent-reader",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"description": "A simplistic, modern desktop RSS reader",
|
"description": "A simplistic, modern desktop RSS reader",
|
||||||
"main": "./dist/electron.js",
|
"main": "./dist/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -20,7 +20,10 @@
|
||||||
"appId": "me.hyliu.fluentreader",
|
"appId": "me.hyliu.fluentreader",
|
||||||
"productName": "Fluent Reader",
|
"productName": "Fluent Reader",
|
||||||
"copyright": "Copyright © 2020 Haoyuan Liu",
|
"copyright": "Copyright © 2020 Haoyuan Liu",
|
||||||
"files": "./dist/**/*",
|
"files": [
|
||||||
|
"./dist/**/*",
|
||||||
|
"!**/*.js.map"
|
||||||
|
],
|
||||||
"directories": {
|
"directories": {
|
||||||
"output": "./bin/${platform}/${arch}/"
|
"output": "./bin/${platform}/${arch}/"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue