Revision: 45494
http://sourceforge.net/p/vice-emu/code/45494
Author: compyx
Date: 2025-02-14 18:54:27 +0000 (Fri, 14 Feb 2025)
Log Message:
-----------
Github actions: provide 256x256 icon files for SDL .deb packages
The merge of the compyx/desktop-icons branch broke the application icons for
the SDL .deb packages, this *should* fix that.
Modified Paths:
--------------
trunk/vice/build/github-actions/build-deb.sh
Modified: trunk/vice/build/github-actions/build-deb.sh
===================================================================
--- trunk/vice/build/github-actions/build-deb.sh 2025-02-14 18:23:49 UTC (rev 45493)
+++ trunk/vice/build/github-actions/build-deb.sh 2025-02-14 18:54:27 UTC (rev 45494)
@@ -75,6 +75,9 @@
${DEB_DIR}/usr/share/icons/hicolor/${size_}x${size_}/apps/vice-${name}.png
done
done
+elif [ "$UI" = "sdl1" -o "$UI" = "sdl2" ];
+ # Copy icon files
+ cp vice/data/common/vice-*_256.png ${DEB_DIR}/usr/share/vice/common/
fi
# Create copyright file, taking contributor info from src/infocontrib.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|