mirror of
https://github.com/MaximilianGT500/testflight-watcher.git
synced 2025-01-10 14:48:35 +01:00
0.0.1
Nutze meine Gitea-Instance für die Update-Checks.
This commit is contained in:
parent
5f47753eb1
commit
d767a0a70f
2
index.js
2
index.js
@ -11,7 +11,7 @@ const express = require("express");
|
||||
|
||||
const CURRENT_VERSION = "0.0.1";
|
||||
const UPDATE_CHECK_URL =
|
||||
"https://raw.githubusercontent.com/MaximilianGT500/testflight-watcher/refs/heads/main/version.json";
|
||||
"https://git.lunoxia.net/MaximilianGT500/testflight-watcher/raw/branch/main/version.json";
|
||||
const SETUP_FILE_NAME = process.env.SETUP_FILE_NAME || "setup.js";
|
||||
const SERVER_FILE_NAME = process.env.SERVER_FILE_NAME || "index.js";
|
||||
const USER_AGENT =
|
||||
|
Loading…
Reference in New Issue
Block a user