Add icons dependency to hnefatafl.

This commit is contained in:
David Campbell 2025-12-16 16:55:51 -05:00
parent a353fadfb1
commit 65a905dd5a
No known key found for this signature in database
GPG Key ID: C2E99A0CF863A603

View File

@ -30,3 +30,8 @@ cp -rv "${COOKBOOK_SOURCE}"/icons/king_256x256.png "${COOKBOOK_STAGE}"/ui/icons/
cp -rv "${COOKBOOK_SOURCE}"/packages/redox/manifest "${COOKBOOK_STAGE}"/ui/apps/hnefatafl-client
mv "${COOKBOOK_STAGE}"/usr/bin/hnefatafl-client "${COOKBOOK_STAGE}"/usr/games/hnefatafl-client
"""
[package]
dependencies = [
"noto-color-emoji",
]