mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
commit
5a8982377b
|
@ -1,7 +1,7 @@
|
||||||
install:
|
install:
|
||||||
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe'
|
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe'
|
||||||
- ps: Start-FileDownload 'https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-pc-windows-gnu.tar.gz'
|
- ps: Start-FileDownload 'https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-pc-windows-gnu.tar.gz'
|
||||||
- rust-nightly-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART
|
- rust-nightly-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
||||||
- 7z e cargo-nightly-i686-pc-windows-gnu.tar.gz
|
- 7z e cargo-nightly-i686-pc-windows-gnu.tar.gz
|
||||||
- 7z x cargo-nightly-i686-pc-windows-gnu.tar
|
- 7z x cargo-nightly-i686-pc-windows-gnu.tar
|
||||||
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
||||||
|
|
Loading…
Reference in a new issue