Merge pull request #16 from diamante0018/patch-2

Add support for auto updater
pull/23/head
Louve 2024-01-20 18:17:35 +01:00 committed by GitHub
commit 611760cb38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -250,7 +250,7 @@
action
{
play "mouse_click";
exec "getautoupdate";
uiScript "getAutoUpdate";
}
onFocus
{
@ -308,4 +308,4 @@
}
}
}
}
}

View File

@ -18,7 +18,7 @@
setLocalVarString ui_hint_text "";
#define CHECK_FOR_UPDATE_ACTION \
exec "checkforupdate"; \
uiScript "checkForUpdate"; \
open "auconfirm";
#define CREATE_GAME_ACTION \