Ports: Unbreak ScummVM icon pack generation
The ScummVM icon repository no longer accepts "1970-01-01" as a valid start date for the icon pack generation. We now use the oldest commit date in the repository which _is_ accepted.
This commit is contained in:
parent
c1d4fc2d0b
commit
c2b3a7a524
Notes:
sideshowbarker
2024-07-17 02:12:55 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/c2b3a7a524 Pull-request: https://github.com/SerenityOS/serenity/pull/16806
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function post_install() {
|
|||
git clone https://github.com/scummvm/scummvm-icons "$(basename ${icons_build_dir})"
|
||||
cd "$(basename ${icons_build_dir})"
|
||||
|
||||
./gen-set.py 19700101
|
||||
./gen-set.py 20210825
|
||||
cp gui-icons-*.dat "${SERENITY_INSTALL_ROOT}/usr/local/share/scummvm/gui-icons.dat"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue