mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update updater.js
This commit is contained in:
parent
1c55ed7335
commit
ae47340ed9
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