diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ae53133..5416571 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -24,6 +24,12 @@ "type": "shell", "command": "./.vscode/tasks/test_exe.bat", "problemMatcher": [] - } + }, + { + "label": "Configure Setup.exe", + "type": "shell", + "command": "./.vscode/tasks/configure_setup.bat", + "problemMatcher": [] + }, ] } \ No newline at end of file diff --git a/.vscode/tasks/configure_setup.bat b/.vscode/tasks/configure_setup.bat new file mode 100644 index 0000000..ae635d5 --- /dev/null +++ b/.vscode/tasks/configure_setup.bat @@ -0,0 +1 @@ +.\dist\install_forge.ifp \ No newline at end of file