mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 17:15:30 +02:00
9 lines
422 B
PowerShell
9 lines
422 B
PowerShell
(New-Object System.Net.WebClient).DownloadFile("https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe", "C:\MozillaBuildSetup-Latest.exe")
|
|
C:\MozillaBuildSetup-Latest.exe /S | out-null
|
|
|
|
rustup target add aarch64-pc-windows-msvc
|
|
rustup target add x86_64-pc-windows-msvc
|
|
|
|
cd engine
|
|
./mach python --virtualenv build taskcluster/scripts/misc/get_vs.py build/vs/vs2022.yaml ../win-cross/vs2022
|
|
cd ..
|