Optionaly use psxcdgen

This commit is contained in:
Jaby
2022-07-10 16:44:24 +02:00
committed by Jaby
parent a5bba7bc8d
commit 365aeb3414
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
"command": "Finalize.bat ${input:finalize_tool} ${input:finalize} JabyEngine Library\\Code", "command": "Finalize.bat ${input:finalize_tool} ${input:finalize} JabyEngine Library\\Code",
"options": { "options": {
"env": { "env": {
"PATH": "./Tools/;../../Tools/;../../Tools/mkpsxiso;${env:PATH}" "PATH": "./Tools/;./Tools/psxcdgen/psxcdgen/target/release;../../Tools/;../../Tools/mkpsxiso;${env:PATH}"
} }
}, },
"group": { "group": {
@@ -90,7 +90,7 @@
"id": "finalize_tool", "id": "finalize_tool",
"type": "pickString", "type": "pickString",
"description": "Tool to use for Finalizing the CD", "description": "Tool to use for Finalizing the CD",
"options": ["mkpsxiso.exe"], "options": ["mkpsxiso.exe", "psxcdgen"],
"default": "mkpsxiso.exe" "default": "mkpsxiso.exe"
}, },
{ {

Submodule Tools/psxcdgen updated: 2f85962c80...d5a46d89c0