Skip to content

Commit

Permalink
pycache folder no longer exists to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Technetium1 authored Jan 30, 2023
1 parent 7bc5115 commit f8be855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CompileWindows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ python -m pip install -U -r requirements.txt
pyinstaller -F -i vscode.ico --clean VSCodeExtensionInstaller.py
ECHO Copying VSCodeExtensions.txt
COPY .\VSCodeExtensions.txt .\dist\VSCodeExtensions.txt
RMDIR /S /Q build __pycache__
RMDIR /S /Q build
DEL /q VSCodeExtensionInstaller.spec
ECHO Done! File is located in %~dp0dist
PAUSE
EXIT
EXIT

0 comments on commit f8be855

Please sign in to comment.