mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 22:30:04 +00:00
Minor fixes
This commit is contained in:
parent
3718fc8872
commit
f3620d99a2
2 changed files with 4 additions and 2 deletions
|
|
@ -34,4 +34,6 @@ pip install --upgrade -r "%script_dir%\..\..\requirements.txt"
|
||||||
@call %script_dir%\run-cmake-configure.bat
|
@call %script_dir%\run-cmake-configure.bat
|
||||||
|
|
||||||
:: Deactivate Python Virtual Environment
|
:: Deactivate Python Virtual Environment
|
||||||
@call %venv_path%\Scripts\deactivate.bat
|
@if defined venv_path (
|
||||||
|
call %venv_path%\Scripts\deactivate.bat
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue