UNPKG
@electron-delta/updater
Version:
latest (0.1.17)
0.1.17
0.1.15
0.1.11
0.1.10
True delta updater for windows
github.com/electron-delta/electron-delta-updater
@electron-delta/updater
/
src
/
generic-provider.js
4 lines
(2 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
const
getGenericFeedURL
=
async
(
updateConfig
) => updateConfig.
url
||
null
;
module
.
exports
= { getGenericFeedURL };