1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-06-02 18:41:34 +00:00

Also cleaning up previous install for Visual Studio Code extension

This commit is contained in:
Carl-Henrik Skårstedt 2017-04-15 20:51:09 -07:00
parent 2698f08ab9
commit efc63864ee

View File

@ -1,4 +1,4 @@
@echo off
if not exist "%USERPROFILE%\.vscode\extensions\x65" mkdir %USERPROFILE%\.vscode\extensions\x65
rmdir /S /Q %USERPROFILE%\.vscode\extensions\x65
mkdir %USERPROFILE%\.vscode\extensions\x65
xcopy %~dp0*.* %USERPROFILE%\.vscode\extensions\x65 /EXCLUDE:%~dp0\install.bat /Q /Y