[Scummvm-git-logs] scummvm branch-3-0 -> 9512c52af68f140d6c6050f21410afd768e5699e
lotharsm
noreply at scummvm.org
Sat Dec 6 15:36:44 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
9512c52af6 DEVTOOLS: Add instructions how to repack gui-icons.dat in releng check script
Commit: 9512c52af68f140d6c6050f21410afd768e5699e
https://github.com/scummvm/scummvm/commit/9512c52af68f140d6c6050f21410afd768e5699e
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-12-06T16:36:36+01:00
Commit Message:
DEVTOOLS: Add instructions how to repack gui-icons.dat in releng check script
Changed paths:
devtools/release-checks.sh
diff --git a/devtools/release-checks.sh b/devtools/release-checks.sh
index b609de43806..3226ba30bd3 100755
--- a/devtools/release-checks.sh
+++ b/devtools/release-checks.sh
@@ -86,7 +86,7 @@ cd ../scummvm-icons
num_lines=`git -P log --oneline "--since=$fileDate" default/ | wc -l`
if [ "$num_lines" -ne "0" ]; then
- echo -e "$num_lines unprocessed commits. ${RED}Repack gui/themes/gui-icons.dat${NC}"
+ echo -e "$num_lines unprocessed commits. ${RED}Run 'cd ../scummvm-icons/default; zip -r9 ../../scummvm/gui/themes/gui-icons.dat .'${NC}"
failPlus
else
More information about the Scummvm-git-logs
mailing list