contrib/install-windows-dependencies.ps1
changeset 45685 57b5452a55d5
parent 45643 6a36e2d2011f
child 45689 ef8eccefe0c3
--- a/contrib/install-windows-dependencies.ps1	Thu Oct 08 13:19:18 2020 -0700
+++ b/contrib/install-windows-dependencies.ps1	Sun Oct 04 22:32:41 2020 -0700
@@ -130,7 +130,7 @@
     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy"
 
     # Install PyOxidizer for packaging.
-    Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --version 0.7.0 pyoxidizer"
+    Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --git https://github.com/indygreg/PyOxidizer.git --rev 4697fb25918dfad6dc73288daeea501063963a08 pyoxidizer"
 }
 
 function Install-Dependencies($prefix) {