Skip to content

Commit

Permalink
Merge pull request #5221 from myk002/myk_special_case
Browse files Browse the repository at this point in the history
special case version 51.03 so ci works
  • Loading branch information
myk002 authored Jan 27, 2025
2 parents 36ec788 + 0171478 commit 035849c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/download-df.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ set -e

minor=$(echo "$DF_VERSION" | cut -d. -f1)
patch=$(echo "$DF_VERSION" | cut -d. -f2)
if [ "$DF_VERSION" = "51.03" ]; then
patch=02
fi
df_url="https://www.bay12games.com/dwarves/df_${minor}_${patch}"
if test "$OS_TARGET" = "windows"; then
WGET="C:/msys64/usr/bin/wget.exe"
Expand Down

0 comments on commit 035849c

Please sign in to comment.