@todesktop/runtime
Advanced tools
Comparing version 1.6.3-12 to 1.6.3-13
@@ -22,3 +22,2 @@ import type { AllPublishOptions, PublishConfiguration } from "builder-util-runtime"; | ||
private _updaterAgent?; | ||
private readonly _whenInitialized; | ||
private _whenInitializedResolve; | ||
@@ -25,0 +24,0 @@ constructor({ autoCheckInterval, // 10 min |
@@ -114,5 +114,7 @@ "use strict"; | ||
(_b = (_a = toDesktop.autoUpdater) === null || _a === void 0 ? void 0 : _a.setRealAutoUpdater) === null || _b === void 0 ? void 0 : _b.call(_a, autoUpdater); | ||
if (config.feedUrl) { | ||
autoUpdater.setFeedURL(config.feedUrl); | ||
} | ||
autoUpdater._whenInitialized.then(() => { | ||
if (config.feedUrl) { | ||
autoUpdater.setFeedURL(config.feedUrl); | ||
} | ||
}); | ||
autoUpdater | ||
@@ -119,0 +121,0 @@ .on("update-downloaded", (payload) => { |
@@ -1,1 +0,1 @@ | ||
export declare const CLIENT_VERSION = "1.6.3-12"; | ||
export declare const CLIENT_VERSION = "1.6.3-13"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CLIENT_VERSION = void 0; | ||
exports.CLIENT_VERSION = "1.6.3-12"; | ||
exports.CLIENT_VERSION = "1.6.3-13"; |
@@ -7,3 +7,3 @@ { | ||
"name": "@todesktop/runtime", | ||
"version": "1.6.3-12", | ||
"version": "1.6.3-13", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "author": "ToDesktop <hi@todesktop.com> (https://www.todesktop.com/)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104288
1764