update build command

This commit is contained in:
2025-01-20 11:16:19 +01:00
parent c276ab587b
commit 9cf49b8f38

14
.vscode/tasks.json vendored
View File

@@ -4,11 +4,11 @@
{
"label": "Build New Release",
"type": "shell",
// "dependsOn": [
// "Build LibrarySystem (Release)",
// "Build LibrarySystem (Debug)"
// ],
"command": "release.cmd",
"dependsOn": [
"Build LibrarySystem (Release)",
"Build LibrarySystem (Debug)"
],
"command": "python setup.py",
"group": {
"kind": "build",
"isDefault": true
@@ -92,8 +92,8 @@
"type": "shell",
"command": "c:/Users/aky547/GitHub/LibrarySystem/.venv/Scripts/python.exe",
"args": [
"'c:/Users/aky547/GitHub/LibrarySystem/main_dev.py'",
"'c:/Users/aky547/GitHub/LibrarySystem/main.py'",
"--debug"
],
"group": {
"kind": "test",