mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 04:00: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"
|
"configuration": "Release"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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