Update .forgejo/workflows/Installer_Windows-AMD64-Nightly.yaml
This commit is contained in:
parent
43b1fdd76e
commit
bb697f77b9
1 changed files with 38 additions and 38 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue