Novetus_src/.itch.toml
2020-07-13 12:31:27 -07:00

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