itch.io upadtes

This commit is contained in:
Bitl 2020-07-13 12:31:27 -07:00
parent 50ed3c83b9
commit 053f2c5cf7
3 changed files with 7 additions and 4 deletions

View File

@ -11,8 +11,8 @@ sandbox = true
[[actions]]
name = "Novetus SDK"
path = "bin/Novetus.exe"
args = ["-sdk"]
path = "itch_loadNovetusSDK.bat"
console = true
sandbox = true
[[actions]]
@ -23,8 +23,7 @@ sandbox = true
[[actions]]
name = "Novetus CMD Help"
path = "bin/NovetusCMD.exe"
args = ["-help"]
path = "itch_loadNovetusCMDHelp.bat"
console = true
sandbox = true

View File

@ -0,0 +1 @@
"bin/NovetusCMD.exe" -help

View File

@ -0,0 +1,3 @@
@ECHO OFF
start "" "%CD%/bin/Novetus.exe" -sdk
EXIT