Update .forgejo/workflows/Installer_Windows-AMD64-Nightly.yaml

This commit is contained in:
Internet Addict 2025-02-17 20:16:20 +00:00
parent 43b1fdd76e
commit bb697f77b9

View file

@ -34,7 +34,7 @@ jobs:
# Convert the PNG to a Windows ICO file with multiple sizes using ImageMagick. # Convert the PNG to a Windows ICO file with multiple sizes using ImageMagick.
# This command auto-resizes to common icon sizes: 256, 128, 64, 48, 32, and 16. # This command auto-resizes to common icon sizes: 256, 128, 64, 48, 32, and 16.
magick convert icon.png -define icon:auto-resize=256,128,64,48,32,16 icon.ico magick icon.png -define icon:auto-resize=256,128,64,48,32,16 icon.ico
# Create dynamic app.manifest with DATE as version (appending .0 to meet version format) # Create dynamic app.manifest with DATE as version (appending .0 to meet version format)
cat <<EOF > app.manifest cat <<EOF > app.manifest