First draft for pop-fe

This commit is contained in:
Jaby
2024-03-21 23:41:12 -05:00
parent fd5b507023
commit a7557f26dc
9 changed files with 53 additions and 5 deletions

View File

@@ -30,11 +30,11 @@
{
"label": "create pkg (experimental)",
"type": "shell",
"command": "run_pop_fe.bat ${workspaceFolder}/iso/${input:region}/PoolBox.cue",
"command": "wsl ./run_pop_fe.sh $(wslpath ${workspaceFolder}/iso/${input:region}/PoolBox.cue) $(wslpath ${workspaceFolder}/iso)",
"group": "build",
"options": {
// v otherwise the tool won't start...
"cwd": "${env:POP_FE_PATH}",
"cwd": "${env:JABY_ENGINE_PATH}/bin",
"env": {
"PATH": "${env:JABY_ENGINE_PATH}/bin;${env:PATH}"
}