diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-12-03 15:05:54 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-12-03 15:05:54 +0100 |
commit | 306d3cfbb999ecac67831c26031da53ec273e9a6 (patch) | |
tree | d5b7e3bc372213ba6c855ea10444e98b1b989a53 | |
parent | 6763f3510099db3d2f6272cdaf957f8beeddf842 (diff) |
fixed Mingw-w64 update script
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rwxr-xr-x | update_MINGW.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_MINGW.sh b/update_MINGW.sh index d7cffc7..45e26c2 100755 --- a/update_MINGW.sh +++ b/update_MINGW.sh @@ -3,4 +3,4 @@ MYDIR="$(dirname ${0})" cd "${MYDIR}" -git subtree pull --squash --prefix=mingw-w64-build 'https://github.com/utoni/mingw-w64-build-ng.git' master +git subtree pull --squash --prefix=mingw-w64-build 'https://github.com/utoni/mingw-w64-build-ng.git' main |