[WINDOWS] Add bin folder in path
This commit is contained in:
parent
bb6d50d76c
commit
98564956ac
9 changed files with 101 additions and 13 deletions
7
src/common/utils/configure/windows/mod.rs
Normal file
7
src/common/utils/configure/windows/mod.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
mod env;
|
||||
|
||||
pub fn configure() -> Option<()> {
|
||||
env::configure_env(env::ConfigEnvMode::ADD)?;
|
||||
|
||||
Some(())
|
||||
}
|
Reference in a new issue