itch.io upadtes
This commit is contained in:
parent
50ed3c83b9
commit
053f2c5cf7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
"bin/NovetusCMD.exe" -help
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@ECHO OFF
|
||||
start "" "%CD%/bin/Novetus.exe" -sdk
|
||||
EXIT
|
||||
Loading…
Reference in New Issue