Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6d5a50467 | ||
|
|
c71de4f80a | ||
|
|
656a0ddd40 | ||
|
|
2a65edfeeb | ||
|
|
19b24c9b36 | ||
|
|
6c6d7f7319 | ||
|
|
ea704485be | ||
|
|
1f8b33d5a7 |
@@ -515,7 +515,7 @@ default {
|
||||
else if (sMessage == "Help") UserCommand(iAuth, "help", kAv, TRUE);
|
||||
else if (sMessage == "Update") UserCommand(iAuth, "update", kAv, TRUE);
|
||||
else if (sMessage == "Version")
|
||||
g_kHttpVersion = llHTTPRequest("https://raw.githubusercontent.com/lickx/oscollar-dev/master/web/device", [], "");
|
||||
g_kHttpVersion = llHTTPRequest("https://raw.githubusercontent.com/lickx/oscollar-dev/stable/web/device", [], "");
|
||||
} else if (sMenu == "UpdateConfirmMenu"){
|
||||
if (sMessage=="Yes") StartUpdate();
|
||||
else {
|
||||
@@ -672,7 +672,7 @@ default {
|
||||
if (compareVersions(sWebVersion, g_sCollarVersion)) {
|
||||
llOwnerSay("An update is available!");
|
||||
// Fetch a list of distribution sites:
|
||||
g_kHttpDistsites = llHTTPRequest("https://raw.githubusercontent.com/lickx/oscollar-dev/master/web/distsites", [], "");
|
||||
g_kHttpDistsites = llHTTPRequest("https://raw.githubusercontent.com/lickx/oscollar-dev/stable/web/distsites", [], "");
|
||||
} else
|
||||
llOwnerSay("You are using the most recent version");
|
||||
} else if (kID == g_kHttpDistsites) {
|
||||
|
||||
@@ -1 +1 @@
|
||||
2025.05
|
||||
2025.05
|
||||
Reference in New Issue
Block a user