Skip to content

Commit c7cfdb9

Browse files
fix
1 parent 67cf708 commit c7cfdb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
node_modules/*
22
*/node_modules/*
3-
vscode.app.zip
3+
vscode.tapp.zip
44
myDav/out/main.js
55
myDav/out/main.js.map

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
zip vscode.app.zip $( find -not -path "./http.js" -not -path "./package.sh" -not -path "vscode.app.zip" -not -path "./node_modules/*" -not -path "./myDav/node_modules/*" -not -path "./.git/*" && find "./node_modules/vscode-web" )
2+
zip vscode.tapp.zip $( find -not -path "./http.js" -not -path "./package.sh" -not -path "vscode.tapp.zip" -not -path "./node_modules/*" -not -path "./myDav/node_modules/*" -not -path "./.git/*" && find "./node_modules/vscode-web" )

0 commit comments

Comments
 (0)