We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8adae commit e690c4fCopy full SHA for e690c4f
build/release-notes.md
@@ -0,0 +1,2 @@
1
+Version 0.9.1
2
+Testing auto update #1
package.json
@@ -1,10 +1,11 @@
{
"name": "electron-updater-example",
3
- "version": "0.8.1",
+ "version": "0.9.1",
4
"main": "main.js",
5
"description": "electron-updater example project",
6
"author": "Matt Haggard",
7
"scripts": {
8
+ "build": "electron-builder --win",
9
"publish": "electron-builder --win -p always"
10
},
11
"devDependencies": {
@@ -31,6 +32,11 @@
31
32
"linux": {
33
"category": "your.app.category.type",
34
"target": "AppImage"
- }
35
+ },
36
+ "publish": [{
37
+ "provider": "github",
38
+ "owner": "jaclynt",
39
+ "repo": "electron-updater-example"
40
+ }]
41
}
42
0 commit comments