File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -euo pipefail
7
7
MINIFY=${MINIFY-true}
8
8
9
9
delete-bin-script () {
10
- rm " lib/vscode-reh-web-linux-x64/bin/$1 "
10
+ rm -f " lib/vscode-reh-web-linux-x64/bin/$1 "
11
11
}
12
12
13
13
copy-bin-script () {
@@ -27,6 +27,8 @@ copy-bin-script() {
27
27
# Fix Node path on Windows.
28
28
sed -i.bak ' s/^set ROOT_DIR=\(.*\)$/set ROOT_DIR=%~dp0..\\..\\..\\..\r\nset VSROOT_DIR=\1/g' " $dest "
29
29
sed -i.bak ' s/%ROOT_DIR%\\out/%VSROOT_DIR%\\out/g' " $dest "
30
+
31
+ rm " $dest .bak"
30
32
}
31
33
32
34
main () {
85
87
# this because we have an NPM package that could be installed on any platform.
86
88
# The correct platform dependencies and scripts will be installed as part of
87
89
# the post-install during `npm install` or when building a standalone release.
88
- yarn gulp " vscode-reh-web-linux-x64${MINIFY: +-min} "
90
+ # yarn gulp "vscode-reh-web-linux-x64${MINIFY:+-min}"
89
91
90
92
# Reset so if you develop after building you will not be stuck with the wrong
91
93
# commit (the dev client will use `oss-dev` but the dev server will still use
You can’t perform that action at this time.
0 commit comments