cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 07572457a98bb4179fbbb43d85aac5ef47aa319c
parent 764aac86faf3fee869f72a8750cf8b95dfb36007
Author: mrbesen <y.g.2@gmx.de>
Date:   Thu, 22 Feb 2024 10:21:55 +0100

fix ci; reduce amount of resolutions

Diffstat:
M.github/workflows/build.yml | 1+
MMakefile | 4+++-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -30,6 +30,7 @@ jobs: g++-mingw-w64-i686 \ devscripts \ appstream \ + imagemagick \ desktop-file-utils - name: Build diff --git a/Makefile b/Makefile @@ -76,5 +76,7 @@ updateicons : ${ICONSPATH}scalable/apps/${APPNAME}.svg convert $^ -resize 48x48 ${ICONSPATH}48x48/apps/${APPNAME}.png convert $^ -resize 256x256 ${ICONSPATH}256x256/apps/${APPNAME}.png convert $^ -resize 1024x1024 ${ICONSPATH}1024x1024/apps/${APPNAME}.png - convert $^ -density 300 -define icon:auto-resize=256,128,96,64,48,32,16 -background none cnping.ico + +cnping.ico: ${ICONSPATH}scalable/apps/${APPNAME}.svg + convert $^ -density 300 -define icon:auto-resize=128,32 -background none $@