Skip to content

Commit bea01a6

Browse files
committed
Update tasks.json
1 parent 6741a21 commit bea01a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"type": "shell",
3131
"command": [
3232
"rm ./bin/builder/* -Include *.xml,*.exe.config -Verbose -Force;",
33-
"rm D:\\Code-Project\\TypeScript\\eide-templates\\binaries\\bin.zip -Verbose -Force;"
33+
"rm D:\\Code-Project\\TypeScript\\eide-templates\\binaries\\*bin.zip -Verbose -Force;"
3434
],
3535
"problemMatcher": []
3636
},
3737
{
3838
"label": "pack binaries",
3939
"type": "shell",
40-
"command": "7za a -r -y -ssw -tzip -mx9 \"%OUT_NAME%\" .\\bin\\*",
40+
"command": ".\\bin\\7z\\7za.exe a -r -y -ssw -tzip -mx9 \"%OUT_NAME%\" .\\bin\\*",
4141
"options": {
4242
"shell": {
4343
"executable": "cmd.exe",

0 commit comments

Comments
 (0)