session-desktop/build
William Grant 24cb02acf9 reduced mac app icon size to be consistent with other apps 2022-02-23 10:18:51 +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 cleanup afterpackhook useless logs 2021-10-20 14:18:15 +11:00
config.gypi network clear all WIP 2021-07-30 10:08:26 +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
grunt.js Bypass often-corrupt node_modules/.bin/grunt.cmd on windows (#1481) 2017-09-15 10:20:29 -07: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 reduced mac app icon size to be consistent with other apps 2022-02-23 10:18:51 +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 increase prettier maxWidth to 100 2021-04-22 18:03:58 +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

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