rust
This commit is contained in:
parent
906ac0ab44
commit
fbab6e05b5
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
where cargo.exe 2>nul >nul
|
||||
if errorlevel 1 call v-scoop install rust & call %~dp0\v-choco-refreshenv
|
||||
cargo.exe %*
|
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
where qemu-system-x86_64.exe 2>nul >nul
|
||||
if errorlevel 1 call v-scoop install qemu & call v_choco_refreshenv
|
||||
if errorlevel 1 call v-scoop install qemu & call %~dp0\v-choco-refreshenv
|
||||
%userprofile%\scoop\apps\qemu\6.2.0\qemu-system-x86_64.exe %*
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
where rustc.exe 2>nul >nul
|
||||
if errorlevel 1 call v-scoop install rust & call %~dp0\v-choco-refreshenv
|
||||
rustc.exe %*
|
Loading…
Reference in New Issue