mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 08:11:25 +00:00
5 lines
261 B
Batchfile
5 lines
261 B
Batchfile
cd /D "%~dp0"
|
|
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 -winsdk=10.0.18362.0
|
|
call msbuild ../installer/PowerToysSetup.sln /p:Configuration=Release /p:Platform=x64 || exit /b 1
|