From e48fb80fd2663fcda524145d8f8ca9579c85363c Mon Sep 17 00:00:00 2001 From: akashtl Date: Mon, 1 Jun 2020 15:58:33 +0800 Subject: [PATCH] update build issue fix --- lib/desktop_updater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/desktop_updater.js b/lib/desktop_updater.js index d925f8cea..792a7ebe1 100755 --- a/lib/desktop_updater.js +++ b/lib/desktop_updater.js @@ -693,7 +693,7 @@ if (process.env.currentVersion) { version: appversionObj.version, build: appversionObj.build, currentVersion: process.env.currentVersion, - currentBuild: parseInt(process.env.currentBuild), + currentBuild: (process.env.currentBuild), notes: appversionObj.notes, status: 200 }) -- GitLab