init
This commit is contained in:
12
updater.lua
Normal file
12
updater.lua
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user