mirror of
https://github.com/ksherlock/x65.git
synced 2024-12-26 22:30:50 +00:00
Also cleaning up previous install for Visual Studio Code extension
This commit is contained in:
parent
2698f08ab9
commit
efc63864ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user