Skip to content

Commit

Permalink
Update electron-updater to get needed change
Browse files Browse the repository at this point in the history
dev-app-update.yml was not being honored in the previously-used
version of electron-updater. The below PR is needed:

electron-userland/electron-builder#7117

Signed-off-by: Adam Pickering <adam.pickering@suse.com>
  • Loading branch information
adamkpickering committed May 9, 2023
1 parent 46a1b55 commit 1021595
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 125 deletions.
139 changes: 15 additions & 124 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"cronstrue": "2.21.0",
"dayjs": "1.11.5",
"dompurify": "3.0.1",
"electron-updater": "5.2.1",
"electron-updater": "^5.3.0",
"express": "4.18.1",
"ffi-napi": "4.0.3",
"fs-extra": "11.1.0",
Expand Down

0 comments on commit 1021595

Please sign in to comment.