mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Add VS Preview to prerequisites install script (#6855)
This commit is contained in:
@@ -57,6 +57,7 @@ Various tools used by PowerToys. Includes the Visual Studio 2019 project templat
|
|||||||
```shell
|
```shell
|
||||||
cd "%ProgramFiles(x86)%\Microsoft Visual Studio\2019"
|
cd "%ProgramFiles(x86)%\Microsoft Visual Studio\2019"
|
||||||
SET targetFolder="\"
|
SET targetFolder="\"
|
||||||
|
IF EXIST Preview\NUL (SET targetFolder=Preview)
|
||||||
IF EXIST Enterprise\NUL (SET targetFolder=Enterprise)
|
IF EXIST Enterprise\NUL (SET targetFolder=Enterprise)
|
||||||
IF EXIST Professional\NUL (SET targetFolder=Professional)
|
IF EXIST Professional\NUL (SET targetFolder=Professional)
|
||||||
IF EXIST Community\NUL (SET targetFolder=Community)
|
IF EXIST Community\NUL (SET targetFolder=Community)
|
||||||
|
|||||||
Reference in New Issue
Block a user