session-desktop/build
William Grant 3f35838ebf feat: updated macOS icon to match new guidelines 2023-10-03 11:15:39 +11:00
..
icons add icons for appImage 2021-08-03 14:32:18 +10:00
README.md reduced mac app icon size to be consistent with other apps 2022-02-23 10:18:51 +11:00
afterPackHook.js updating workflows actions version 2022-04-26 16:43:30 +10:00
entitlements.mac.plist added microphone access check 2021-07-30 16:31:35 +10:00
entitlements.mas.plist Added mac signing 2019-10-23 09:20:25 +11:00
icon-linux.icns reduced mac app icon size to be consistent with other apps 2022-02-23 10:18:51 +11:00
icon-mac.icns feat: updated macOS icon to match new guidelines 2023-10-03 11:15:39 +11:00
icon.ico fix app icon for all platforms 2021-08-02 16:04:51 +10:00
launcher-script.sh Fix app image start for non-debian based distribs (#1622) 2021-05-12 11:06:25 +10:00
notarize.js chore: fix for latest notarize tools from apple 2023-08-17 14:18:39 +10:00
session_icon_source_1024px.png fix app icon for all platforms 2021-08-02 16:04:51 +10:00
setup-mac-certificate.sh Fix incorrect bash script 2020-02-18 16:24:47 +11:00
updateLocalConfig.js fix: split up migration of initial user config dumps into two 2023-05-01 14:31:18 +10:00

README.md

APP ICONS """""""""

If you update the app icon, you also need to update all those file generated from it and based on https://www.electron.build/icons.html.

The current source file is build/session_icon_source_1024px.png

-> macOS: use https://cloudconvert.com/png-to-icns to get .icns from the 1024px.png source file => save as icon-mac.icns -> windows: use https://cloudconvert.com/png-to-ico to get .ico from the 1024px.png source file => save as icon.ico -> linux: build binaries on github actions, get the zip with the deb+appImage, extract it, all the icons are in a .icons-set folder, and you can copy paste them into build/icons