@todesktop/runtime
Advanced tools
Comparing version 1.6.3-5 to 1.6.3-6
@@ -48,5 +48,7 @@ "use strict"; | ||
yield this._appFinishedLaunchingPromise; | ||
const { isReleased } = yield getReleaseStatusFn(this._logger); | ||
if (!isReleased) { | ||
inactiveReason = "the build isn't released"; | ||
if (inactiveReason === "") { | ||
const { isReleased } = yield getReleaseStatusFn(this._logger); | ||
if (!isReleased) { | ||
inactiveReason = "the build isn't released"; | ||
} | ||
} | ||
@@ -53,0 +55,0 @@ if (inactiveReason !== "") { |
@@ -1,1 +0,1 @@ | ||
export declare const CLIENT_VERSION = "1.6.3-5"; | ||
export declare const CLIENT_VERSION = "1.6.3-6"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CLIENT_VERSION = void 0; | ||
exports.CLIENT_VERSION = "1.6.3-5"; | ||
exports.CLIENT_VERSION = "1.6.3-6"; |
@@ -7,3 +7,3 @@ { | ||
"name": "@todesktop/runtime", | ||
"version": "1.6.3-5", | ||
"version": "1.6.3-6", | ||
"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
99841
1666