build
parent
3af180691c
commit
11f42a781c
|
@ -1,6 +1,8 @@
|
|||
@echo off
|
||||
setlocal
|
||||
|
||||
pushd %~dp0\..
|
||||
|
||||
if not "%APPVEYOR%" == "" (
|
||||
set ELECTRON_RUN_AS_NODE=
|
||||
)
|
||||
|
@ -13,4 +15,6 @@ set VSCODEUSERDATADIR=%TMP%\vscodeuserfolder-%RANDOM%-%TIME:~6,5%
|
|||
|
||||
rmdir /s /q %VSCODEUSERDATADIR%
|
||||
|
||||
popd
|
||||
|
||||
endlocal
|
||||
|
|
Loading…
Reference in New Issue