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.
|
3 months ago | |
---|---|---|
.. | ||
icons | 4 years ago | |
README.md | 3 months ago | |
afterPackHook.js | 1 year ago | |
entitlements.mac.plist | 12 months ago | |
entitlements.mas.plist | 12 months ago | |
icon-linux.icns | 3 years ago | |
icon-mac.icns | 2 years ago | |
icon.ico | 4 years ago | |
launcher-script.sh | 4 years ago | |
notarize.js | 12 months ago | |
session_icon_source_1024px.png | 4 years ago | |
setup-mac-certificate.sh | 5 years ago | |
updateLocalConfig.js | 7 months ago |
README.md
Building
Application 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
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.
macOS
Use https://cloudconvert.com/png-to-icns to get an .icns
file from the 1024px.png source file. Save as icon-mac.icns
.
Windows
Use https://cloudconvert.com/png-to-ico to get an .ico
file from the 1024px.png source file. Save as icon.ico
.