testing version checker

This commit is contained in:
Jaap Marsman 2022-11-06 16:32:36 +08:00
parent e26a622055
commit 63cbf49d15
2 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ func _on_HTTPRequest_request_completed(_result, _response_code, _headers, body):
global_ints.web_release_version = json.result
if global_ints.web_release_version > global_ints.release_version:
print("There's an update!")
elif global_ints.web_release_version == global_ints.release_version:
print("There is no update!")
# elif global_ints.web_release_version == global_ints.release_version:
# print("There is no update!")
func refresh_descriptors():
$"%1Acronym".text = global_ints.one_acronym

View File

@ -1 +1 @@
3
3
1 3