From 41f3910726cce9766c35afd0758ee609e4192301 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sun, 29 Apr 2018 21:07:07 +0200 Subject: [PATCH] Fix #472 - Use 2.076 to build the release binaries --- release-windows.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-windows.sh b/release-windows.sh index 19bd29c..6a34964 100755 --- a/release-windows.sh +++ b/release-windows.sh @@ -11,8 +11,8 @@ cd $DIR # Step 1: download the DMD binaries if [ ! -d dmd2 ] ; then - wget http://downloads.dlang.org/releases/2.x/2.079.0/dmd.2.079.0.windows.7z - 7z x dmd.2.079.0.windows.7z > /dev/null + wget http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.windows.7z + 7z x dmd.2.076.0.windows.7z > /dev/null fi # Step 2: Run DMD via wineconsole