Skip to content

Commit 05b6b16

Browse files
Build: fix linux build (brafdlog#641)
Fixes brafdlog#640: Linux build was failing due to icon. It doesn't seem to work with `ics` or `ico` formats, or at least not the ones which are used for Mac/Windows. To mitigate, set a png icon. Note that for some reason the icon does not seem to actually apply: ![image](https://github.com/user-attachments/assets/8be0db2d-8459-47fe-a712-e5db72761635) I thought it might be due to the png dimensions, but I tried setting a 512x512 png instead and the result was the same. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the Linux application build with a fresh icon for enhanced visual branding. - **Improvements** - Expanded the testing matrix to include Windows as an operating system for running tests. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Baruch Odem <[email protected]>
1 parent dd8eebb commit 05b6b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electron-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ files:
99

1010
linux:
1111
target: deb
12+
icon: packages/renderer/src/assets/logos/logoFishOnly.png
1213

1314
publish:
1415
- provider: github

0 commit comments

Comments
 (0)