Prepare usage of psxcdgen

This commit is contained in:
2022-07-10 15:11:21 +02:00
parent 8e84ac691a
commit a35116b702
2 changed files with 27 additions and 3 deletions

View File

@@ -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",