From ae47340ed92cc61362aa64d4437e4a74bb2be77a Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Wed, 5 May 2021 12:35:25 +0200 Subject: [PATCH] Update updater.js --- utils/updater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/updater.js b/utils/updater.js index cc38959..ba21936 100644 --- a/utils/updater.js +++ b/utils/updater.js @@ -5,7 +5,7 @@ const APP_VERSION = require("../package.json").version; This url will need to be modified for yours */ // The url that the application is going to query for new release const AUTO_UPDATE_URL = - 'https://api.dev.update.rocks/update/github.com/smartfrigde/armcord/stable/' + process.platform + '/' + APP_VERSION + 'https://api.update.rocks/update/github.com/smartfrigde/armcord/stable/' + process.platform + '/' + APP_VERSION function init() { if (process.platform === "linux") {