This commit is contained in:
2023-11-03 21:04:02 +01:00
commit 3b1035fd35
14 changed files with 372 additions and 0 deletions

12
updater.lua Normal file
View File

@@ -0,0 +1,12 @@
return {
remote = "origin",
channel = "nightly",
version = "latest",
branch = "main",
commit = nil,
pin_plugins = nil,
skip_prompts = false,
show_changelog = true,
auto_reload = false,
auto_quit = false,
}