ADD - check GitHub releases on startup (#10)

Compare the fxmanifest version against the latest published sky_phone release tag and report update, current, ahead, and failure states without blocking resource startup.

Document the startup check and cover the HTTP and version comparison behavior with a focused Lua test.
This commit is contained in:
DerEchteAlec
2026-08-19 20:57:02 +02:00
committed by GitHub
parent 734f4651cb
commit 3eae2b8d30
4 changed files with 166 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ server_scripts {
'config/media.lua',
'config/locales/en.lua',
'config/locales/de.lua',
'source/server/update_check.lua',
'source/bridge/server/database.lua',
'source/bridge/server/migrations.lua',
'source/bridge/server/callbacks.lua',