gristlabs / grist-desktop

Desktop Grist, packaged with Electron
Apache License 2.0
154 stars 7 forks source link

Use the more appropriate icon for Grist documents #21

Closed dsagal closed 6 months ago

dsagal commented 9 months ago

We have already an icon appropriate for documents. Use it in electron-builder file associations. Tested on Mac, but should work on Windows too (documentation says it's not supported on Linux).

(Omitting the icon file extension isn't well-documented, but should result in .icns vs .ico extensions for Mac vs Windows: source code, and the correct .icns extension is visible on Mac in dist/mac-arm64/grist-electron.app/Contents/Info.plist.)