chore: align ark-suac app and refresh appstore zip

This commit is contained in:
Joachim Friberg
2026-03-23 21:23:16 +01:00
parent 9c4265b429
commit 9c5ea400fb
36 changed files with 1611 additions and 3 deletions
@@ -0,0 +1,10 @@
module AsaCtrl
module ExitCodes
OK = 0
CORRUPTED_MODS_DATABASE = 1
MOD_ALREADY_ENABLED = 2
RCON_PASSWORD_NOT_FOUND = 3
RCON_PASSWORD_WRONG = 4
RCON_COMMAND_EXECUTION_FAILED = 5
end
end