Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions setup_win.cmd
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@rem This batch script has been updated to download and get the latest copy of mingw binaries from:
@rem https://github.com/niXman/mingw-builds-binaries/releases
@rem So the filenames in 'url' variable should be updated to the latest stable builds as and when they are available
@rem
@rem This also grabs a copy of 7-Zip command line extraction utility from https://www.7-zip.org/a/7zr.exe
@rem to extact the 7z mingw binary archive
@rem
@rem Both files are downloaded using 'curl'. Once downloaded, the archive is extracted to the correct location
@rem and then both the archive and 7zr.exe are deleted
@rem
@rem Copyright (c) 2022, Samuel Gomes
@rem https://github.com/a740g
@rem
@echo off
rem This batch script has been updated to download and get the latest copy of mingw binaries from:
rem https://github.com/niXman/mingw-builds-binaries/releases
rem So the filenames in 'url' variable should be updated to the latest stable builds as and when they are available
rem
rem This also grabs a copy of 7-Zip command line extraction utility from https://www.7-zip.org/a/7zr.exe
rem to extact the 7z mingw binary archive
rem
rem Both files are downloaded using 'curl'. Once downloaded, the archive is extracted to the correct location
rem and then both the archive and 7zr.exe are deleted
rem
rem Copyright (c) 2022, Samuel Gomes
rem https://github.com/a740g
rem

rem Enable cmd extensions and exit if not present
setlocal enableextensions
Expand Down