Skip to content

Commit

Permalink
Update windows-build.bat
Browse files Browse the repository at this point in the history
Some path adjustments
  • Loading branch information
ricki-z committed Apr 27, 2021
1 parent 8ecaa7a commit 69aad08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/windows-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if not exist build\python-installer.exe powershell -Command "[Net.ServicePointMa
if not exist %LocalAppData%\Programs\Python\Python36 build\python-installer.exe InstallAllUsers=0 Include_launcher=0 Include_test=0 /passive

rem PATH is only reloaded on reboot/login, so we need to force it here
set PATH=%LocalAppData%\Programs\Python\Python36\;%LocalAppData%\Programs\Python\Python36\Scripts\;%PATH%
set PATH=%LocalAppData%\Programs\Python\Python36\;%LocalAppData%\Programs\Python\Python36\Scripts\;%LocalAppData%\Roaming\Python\Python36\;%LocalAppData%\Roaming\Python\Python36\Scripts\;%PATH%

rem Download cygwin installer
if not exist build\cygwin-x86.exe powershell -Command "(new-object System.Net.WebClient).DownloadFile('https://cygwin.com/setup-x86.exe', 'build\cygwin-x86.exe')"
Expand Down

0 comments on commit 69aad08

Please sign in to comment.