Skip to content

Commit 5d1541a

Browse files
committed
Update release workflow to resize application icon
- Modified the GitHub Actions release workflow to use the 'convert' command for resizing the application icon to 256x256 pixels, ensuring proper display across platforms.
1 parent 7e82049 commit 5d1541a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
Comment=Free, open-source Digital Audio Workstation
219219
EOF
220220
221-
cp resources/icon.png OpenDaw.png
221+
convert resources/icon.png -resize 256x256 OpenDaw.png
222222
223223
export QMAKE="${{ env.QT_ROOT_DIR }}/bin/qmake"
224224
export APPIMAGE_EXTRACT_AND_RUN=1

0 commit comments

Comments
 (0)