Show More
@@ -121,7 +121,7 b' function Install-Rust($prefix) {' | |||||
121 |
|
121 | |||
122 | Invoke-Process "${prefix}\assets\rustup-init.exe" "-y --default-host x86_64-pc-windows-msvc" |
|
122 | Invoke-Process "${prefix}\assets\rustup-init.exe" "-y --default-host x86_64-pc-windows-msvc" | |
123 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "target add i686-pc-windows-msvc" |
|
123 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "target add i686-pc-windows-msvc" | |
124 |
Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1. |
|
124 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.52.0" | |
125 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy" |
|
125 | Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy" | |
126 |
|
126 | |||
127 | # Install PyOxidizer for packaging. |
|
127 | # Install PyOxidizer for packaging. |
General Comments 0
You need to be logged in to leave comments.
Login now