equal
deleted
inserted
replaced
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.46.0" |
124 Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.46.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. |
128 Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --git https://github.com/indygreg/PyOxidizer.git --rev 4697fb25918dfad6dc73288daeea501063963a08 pyoxidizer" |
128 Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --version 0.9.0 pyoxidizer" |
129 } |
129 } |
130 |
130 |
131 function Install-Dependencies($prefix) { |
131 function Install-Dependencies($prefix) { |
132 if (!(Test-Path -Path $prefix\assets)) { |
132 if (!(Test-Path -Path $prefix\assets)) { |
133 New-Item -Path $prefix\assets -ItemType Directory |
133 New-Item -Path $prefix\assets -ItemType Directory |