mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
34 lines
581 B
TOML
34 lines
581 B
TOML
[[actions]]
|
|
name = "Play"
|
|
path = "bin/Novetus.exe"
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Install Required Dependencies"
|
|
path = "Novetus_dependency_installer.bat"
|
|
console = true
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Novetus SDK"
|
|
path = "itch_loadNovetusSDK.bat"
|
|
console = true
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Novetus CMD"
|
|
path = "bin/NovetusCMD.exe"
|
|
console = true
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Novetus CMD Help"
|
|
path = "itch_loadNovetusCMDHelp.bat"
|
|
console = true
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Install URI"
|
|
path = "itch_loadNovetusURI.bat"
|
|
console = true
|
|
sandbox = true |