Merge branch 'canary' of https://github.com/smartfrigde/armcord into canary

This commit is contained in:
smartfridge 2021-05-05 12:40:53 +02:00
commit a75c905a4c
1 changed files with 1 additions and 1 deletions

View File

@ -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") {