[Scummvm-git-logs] scummvm master -> f185d766d9beda14bc9625fa3b68f418f479901e

lotharsm noreply at scummvm.org
Sat Dec 6 15:37:03 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:
f185d766d9 DEVTOOLS: Add instructions how to repack gui-icons.dat in releng check script


Commit: f185d766d9beda14bc9625fa3b68f418f479901e
    https://github.com/scummvm/scummvm/commit/f185d766d9beda14bc9625fa3b68f418f479901e
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-12-06T16:36:50+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