InstallForge configure task
This commit is contained in:
parent
ab25fe7b43
commit
f075cf6c29
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
@ -24,6 +24,12 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./.vscode/tasks/test_exe.bat",
|
"command": "./.vscode/tasks/test_exe.bat",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"label": "Configure Setup.exe",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "./.vscode/tasks/configure_setup.bat",
|
||||||
|
"problemMatcher": []
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
1
.vscode/tasks/configure_setup.bat
vendored
Normal file
1
.vscode/tasks/configure_setup.bat
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.\dist\install_forge.ifp
|
Loading…
Reference in New Issue
Block a user