mirror of
https://github.com/ksherlock/x65.git
synced 2025-01-04 04:32:25 +00:00
Also cleaning up previous install for Visual Studio Code extension
This commit is contained in:
parent
04b0dff448
commit
9b10e374c7
@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@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
|
xcopy %~dp0*.* %USERPROFILE%\.vscode\extensions\x65 /EXCLUDE:%~dp0\install.bat /Q /Y
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user