Skip to content

Commit

Permalink
Improve Windows download performance
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Oct 11, 2024
1 parent 2a1b399 commit 52e4832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mkdir "Heavy"

:: Expand minGW environment, for command line utilities and compilation utilities
powershell -Command "Invoke-WebRequest -Uri https://github.com/plugdata-team/plugdata-heavy-toolchain/releases/download/minGW_package/minGW.zip -OutFile minGW.zip"
powershell -Command "Expand-Archive minGW.zip -Force -DestinationPath .\Heavy"
powershell -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://github.com/plugdata-team/plugdata-heavy-toolchain/releases/download/minGW_package/minGW.zip -OutFile minGW.zip"
powershell -Command "$ProgressPreference = 'SilentlyContinue'; Expand-Archive minGW.zip -Force -DestinationPath .\Heavy"

mkdir .\Heavy\usr\etc\linkers

Expand Down

0 comments on commit 52e4832

Please sign in to comment.