updated build task

This commit is contained in:
Chr1Z93 2024-11-10 15:19:07 +01:00
parent d533aa1c9b
commit 93d052d340

6
.vscode/tasks.json vendored
View File

@ -2,14 +2,14 @@
"version": "2.0.0",
"tasks": [
{
"label": "Build with TTS Mod Manager",
"label": "Build Arkham SCE",
"type": "shell",
"command": "go",
"args": [
"run",
"main.go",
"--moddir=C:\\git\\SCED",
"--modfile=${env:USERPROFILE}\\Documents\\My Games\\Tabletop Simulator\\Saves\\composed.json"
"--moddir=${workspaceFolder}",
"--modfile=${env:USERPROFILE}\\Documents\\My Games\\Tabletop Simulator\\Saves\\ArkhamSCE.json"
],
"options": {
"cwd": "C:\\git\\TTSModManager"