diff --git a/lib/desktop_updater.js b/lib/desktop_updater.js index d925f8cea6f9de2ca19b8eb94a6c96e445f08419..792a7ebe161aa38a0b4ec1f3fec64ac7d1bc7c51 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 })