Prepare usage of psxcdgen
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
{
|
||||
"label": "finalize",
|
||||
"type": "shell",
|
||||
"command": "FinalizeCD.bat ${input:finalize} JabyEngine Library\\Code",
|
||||
"command": "Finalize.bat ${input:finalize_tool} ${input:finalize} JabyEngine Library\\Code",
|
||||
"options": {
|
||||
"env": {
|
||||
"PATH": "../../Tools/;../../Tools/mkpsxiso;${env:PATH}"
|
||||
"PATH": "./Tools/;../../Tools/;../../Tools/mkpsxiso;${env:PATH}"
|
||||
}
|
||||
},
|
||||
"group": {
|
||||
@@ -86,7 +86,13 @@
|
||||
"options": ["all", "calculate", "skip"],
|
||||
"default": "all"
|
||||
},
|
||||
|
||||
{
|
||||
"id": "finalize_tool",
|
||||
"type": "pickString",
|
||||
"description": "Tool to use for Finalizing the CD",
|
||||
"options": ["mkpsxiso.exe"],
|
||||
"default": "mkpsxiso.exe"
|
||||
},
|
||||
{
|
||||
"id": "target",
|
||||
"type": "pickString",
|
||||
|
||||
Reference in New Issue
Block a user