Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
ek_mac_46 authored and ek_mac_46 committed Dec 2, 2022
1 parent 22ff568 commit 5765854
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
12 changes: 6 additions & 6 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ app.on('window-all-closed', () => {


app.on('ready', function () {
autoUpdater.setFeedURL({
provider: 'github',
owner: 'mr339',
repo: 'electron-updater-example',
token: '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',
});
// autoUpdater.setFeedURL({
// provider: 'github',
// owner: 'mr339',
// repo: 'electron-updater-example',
// token: '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',
// });
autoUpdater.checkForUpdatesAndNotify();
});

Expand Down
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-updater-example",
"version": "0.8.3",
"version": "0.8.4",
"main": "main.js",
"description": "electron-updater example project",
"author": "Matt Haggard",
Expand All @@ -17,11 +17,13 @@
"electron-updater": "^4.3.9"
},
"build": {
"publish": [{
"provider": "github",
"owner": "mr339",
"repo": "electron-updater-example"
}],
"publish": [
{
"provider": "github",
"owner": "mr339",
"repo": "electron-updater-example"
}
],
"appId": "com.github.mr339.electronupdaterexample",
"afterSign": "./build/notarize.js",
"mac": {
Expand All @@ -38,4 +40,4 @@
"target": "AppImage"
}
}
}
}

0 comments on commit 5765854

Please sign in to comment.