updated build task
This commit is contained in:
parent
d533aa1c9b
commit
93d052d340
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user