You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/build
Audric Ackermann f2b12469f3
chore: improve CI workflow speed and usage
6 months ago
..
icons add icons for appImage 4 years ago
README.md reduced mac app icon size to be consistent with other apps 3 years ago
afterPackHook.js fix: tsc does not overwrite workers compiled content 1 year ago
entitlements.mac.plist fix: arm64 now builds locally 11 months ago
entitlements.mas.plist fix: arm64 now builds locally 11 months ago
icon-linux.icns reduced mac app icon size to be consistent with other apps 3 years ago
icon-mac.icns feat: updated macOS icon to match new guidelines 2 years ago
icon.ico fix app icon for all platforms 4 years ago
launcher-script.sh Fix app image start for non-debian based distribs (#1622) 4 years ago
notarize.js fix: arm64 now builds locally 11 months ago
session_icon_source_1024px.png fix app icon for all platforms 4 years ago
setup-mac-certificate.sh Fix incorrect bash script 5 years ago
updateLocalConfig.js chore: improve CI workflow speed and usage 6 months ago

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