mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
16 lines
357 B
TOML
16 lines
357 B
TOML
[[actions]]
|
|
name = "Play"
|
|
path = "NovetusBootstrapper.exe"
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Play (Legacy Launcher. USE THIS IF YOU DON'T HAVE NET FRAMEWORK 4.0 INSTALLED.)"
|
|
path = "Novetus_launcher_legacy.bat"
|
|
console = true
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Install Dependencies"
|
|
path = "Novetus_dependency_installer.bat"
|
|
console = true
|
|
sandbox = true |