Update tasks.json

This commit is contained in:
Pax1601
2024-01-17 08:08:29 +01:00
parent 5542109daf
commit ff7385cf49

View File

@@ -6,7 +6,7 @@
{ {
"label": "mirror-package", "label": "mirror-package",
"type": "shell", "type": "shell",
"command": "call ./scripts/mirror-package.bat", "command": "./scripts/mirror-package.bat",
"isBackground": true "isBackground": true
} }
] ]