提交 807cb0aa 编写于 作者: E Eugene Pankov

disable updater in dev mode

上级 4033885e
......@@ -36,7 +36,7 @@ export class UpdaterService {
this.logger.debug('Checking for updates')
if (this.electronUpdaterAvailable) {
if (this.electronUpdaterAvailable && !process.env.TERMINUS_DEV) {
try {
this.autoUpdater.checkForUpdates()
} catch (e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册