mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Revert change to electron updater exports
This commit is contained in:
parent
a978a6734f
commit
f2da98b136
@ -18,7 +18,8 @@ function pollForUpdates() {
|
||||
}
|
||||
}
|
||||
|
||||
export function start(updateBaseUrl) {
|
||||
module.exports = {};
|
||||
module.exports.start = function startAutoUpdate(updateBaseUrl) {
|
||||
if (updateBaseUrl.slice(-1) !== '/') {
|
||||
updateBaseUrl = updateBaseUrl + '/';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user