ADD build scripts

This commit is contained in:
Hoernschen 2025-04-17 16:21:16 +02:00
parent 57e72154a5
commit 1265491dee
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
2 changed files with 40 additions and 0 deletions

9
assets/build/genIco.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# Libary needed: ImageMagick
#
# Needs 2 input args:
# 1. The path of the source file
# 2. The output path (with .ico extension)
convert -density 300 -define icon:auto-resize=96,64,48,32,16 -background none $1 $2