Skip to content

Commit e690c4f

Browse files
committed
Test update 0.9.1
1 parent 2b8adae commit e690c4f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

build/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Version 0.9.1
2+
Testing auto update #1

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "electron-updater-example",
3-
"version": "0.8.1",
3+
"version": "0.9.1",
44
"main": "main.js",
55
"description": "electron-updater example project",
66
"author": "Matt Haggard",
77
"scripts": {
8+
"build": "electron-builder --win",
89
"publish": "electron-builder --win -p always"
910
},
1011
"devDependencies": {
@@ -31,6 +32,11 @@
3132
"linux": {
3233
"category": "your.app.category.type",
3334
"target": "AppImage"
34-
}
35+
},
36+
"publish": [{
37+
"provider": "github",
38+
"owner": "jaclynt",
39+
"repo": "electron-updater-example"
40+
}]
3541
}
3642
}

0 commit comments

Comments
 (0)