Use server to check for update info

This commit is contained in:
luboslenco
2023-02-09 12:46:29 +01:00
parent 9d5ff7a8ce
commit 932a39c41c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ class UIMenu {
// File.loadUrl("https://apps.apple.com/app/armorlab/id");
#else
// Retrieve latest version number
var url = "https://luboslenco.gitlab.io/armorpaint/index_lab.html";
var url = "https://server.armorpaint.org/lab.html";
File.downloadBytes(url, function(bytes: Bytes) {
if (bytes != null) {
// Compare versions
+1 -1
View File
@@ -393,7 +393,7 @@ class UIMenu {
File.loadUrl("https://apps.apple.com/app/armorpaint/id1533967534");
#else
// Retrieve latest version number
var url = "https://luboslenco.gitlab.io/armorpaint/index.html";
var url = "https://server.armorpaint.org/paint.html";
File.downloadBytes(url, function(bytes: Bytes) {
if (bytes != null) {
// Compare versions