Update gdtoolkit to version 3.5.0

This commit is contained in:
Leroy Hopson 2024-01-06 22:53:47 +13:00
parent 8e81e66ad3
commit 1626c2dd90
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 3 additions and 11 deletions

View file

@ -6,7 +6,7 @@
set -e
GDTOOLKIT_VERSION=c514a022f7e566f06a0c68058727737fe0d8b33c
GDTOOLKIT_VERSION=3.5.0
FILES=$(git diff --cached --name-only --diff-filter=ACMR | grep '\.gd$' | grep -v '^addons/gd-plug' | grep -v '^addons/gut' | sed 's| |\\ |g')
echo $FILES