We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ab708 commit ee04d8dCopy full SHA for ee04d8d
README.md
@@ -32,3 +32,6 @@ laptop-terminal$ webpack && npm start
32
33
## PROJECT BOARD
34
* https://github.com/barayuda/text2speech-timer-app/projects/1
35
+
36
+## RELEASES
37
+* https://github.com/barayuda/text2speech-timer-app/releases
package.json
@@ -2,6 +2,8 @@
2
"name": "text2speech-timer-app",
3
"version": "1.0.0",
4
"description": "A Text-to-speech timer app using Electron, VueJs and Firebase",
5
+ "homepage": "https://github.com/barayuda/text2speech-timer-app",
6
+ "repository": "https://github.com/barayuda/text2speech-timer-app",
7
"main": "main.js",
8
"scripts": {
9
"start": "electron main.js",
@@ -30,7 +32,7 @@
30
]
31
},
"win": {
- "target": "squirrel",
+ "target": "NSIS",
"icon": "build/icon.ico"
}
38
0 commit comments