mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Merge branch 'canary' of https://github.com/smartfrigde/armcord into canary
This commit is contained in:
commit
a75c905a4c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const APP_VERSION = require("../package.json").version;
|
||||||
This url will need to be modified for yours */
|
This url will need to be modified for yours */
|
||||||
// The url that the application is going to query for new release
|
// The url that the application is going to query for new release
|
||||||
const AUTO_UPDATE_URL =
|
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() {
|
function init() {
|
||||||
if (process.platform === "linux") {
|
if (process.platform === "linux") {
|
||||||
|
|
Loading…
Reference in a new issue