contrib/install-windows-dependencies.ps1
branchstable
changeset 45749 f95b16796688
parent 45690 7a907388a4a5
child 46353 a6c5ec6b4728
--- a/contrib/install-windows-dependencies.ps1	Tue Oct 20 22:06:30 2020 +0530
+++ b/contrib/install-windows-dependencies.ps1	Sun Oct 18 22:48:00 2020 -0700
@@ -125,7 +125,7 @@
     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy"
 
     # Install PyOxidizer for packaging.
-    Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --git https://github.com/indygreg/PyOxidizer.git --rev 4697fb25918dfad6dc73288daeea501063963a08 pyoxidizer"
+    Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --version 0.9.0 pyoxidizer"
 }
 
 function Install-Dependencies($prefix) {