paulmthompson / WhiskerToolbox

GNU Lesser General Public License v2.1
1 stars 1 forks source link

MacOS App Icon #19

Closed nonrice closed 3 months ago

nonrice commented 4 months ago

MacOS app bundles can show an app icon if a .icns file with the same name as the app bundle is uploaded into the Resources folder.

.icns is a file format used for app icons. I believe it stores the same image in many sizes to allow for easy scaling that happens in the MacOS GUI.

I just used the https://icon.kitchen site to turn a png I drew into .icns. Currently the icns file used is stored in the packaging folder. It can be switched out to quickly change the icon

Screenshot 2024-07-21 at 3 27 44 PM
nonrice commented 3 months ago

https://github.com/nonrice/WhiskerToolbox/actions/runs/10030790191