We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6741a21 commit bea01a6Copy full SHA for bea01a6
1 file changed
.vscode/tasks.json
@@ -30,14 +30,14 @@
30
"type": "shell",
31
"command": [
32
"rm ./bin/builder/* -Include *.xml,*.exe.config -Verbose -Force;",
33
- "rm D:\\Code-Project\\TypeScript\\eide-templates\\binaries\\bin.zip -Verbose -Force;"
+ "rm D:\\Code-Project\\TypeScript\\eide-templates\\binaries\\*bin.zip -Verbose -Force;"
34
],
35
"problemMatcher": []
36
},
37
{
38
"label": "pack binaries",
39
40
- "command": "7za a -r -y -ssw -tzip -mx9 \"%OUT_NAME%\" .\\bin\\*",
+ "command": ".\\bin\\7z\\7za.exe a -r -y -ssw -tzip -mx9 \"%OUT_NAME%\" .\\bin\\*",
41
"options": {
42
"shell": {
43
"executable": "cmd.exe",
0 commit comments