mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-07 12:27:14 +00:00
8 lines
345 B
PowerShell
8 lines
345 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
|
|
|
|
cp -r tests engine/browser/base/zen-components/
|