autoupdater - premium channel

This commit is contained in:
Jan Prochazka
2024-09-03 10:16:46 +02:00
parent 40a4536d0b
commit f015906347

View File

@@ -74,6 +74,9 @@ let runCommandOnLoad = null;
log.transports.file.level = 'debug';
autoUpdater.logger = log;
if (isProApp()) {
autoUpdater.channel = 'premium';
}
// TODO - create settings for this
// appUpdater.channel = 'beta';