mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:10:04 +00:00
Minor fixes
This commit is contained in:
parent
3718fc8872
commit
f3620d99a2
2 changed files with 4 additions and 2 deletions
|
|
@ -264,4 +264,4 @@
|
|||
"configuration": "Release"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,4 +34,6 @@ pip install --upgrade -r "%script_dir%\..\..\requirements.txt"
|
|||
@call %script_dir%\run-cmake-configure.bat
|
||||
|
||||
:: 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