Files
Pedram Amini 6aab9892de ## CHANGES
- Fresh app icons for macOS and Windows builds, looking sharper than ever 🖼️
- New opt-in global Leaderboard tracking via <a href="https://runmaestro.ai">RunMaestro.ai</a> 🚀
- Themes documentation revamped into Dark, Light, and Vibe categories 🎨
- Theme lineup refreshed with Catppuccin Mocha, Gruvbox Dark, and Ayu Light 🌈
- Brand-new Vibe themes added: Maestro’s Choice, Dre Synth, InQuest 
- New docs screenshots added to better showcase Maestro’s experience 📸
- Sessions now support bookmark toggling via Cmd+Shift+B and UI actions 🔖
2026-01-09 06:42:38 -06:00
..
2026-01-09 06:42:38 -06:00
2025-12-30 15:27:09 -06:00
2025-12-31 15:21:12 -06:00
2025-12-31 15:21:12 -06:00
2025-12-31 15:21:12 -06:00
2025-11-23 19:00:08 -06:00

Build Assets

Place your application icons in this directory:

  • icon.icns - macOS app icon (512x512 or 1024x1024)
  • icon.ico - Windows app icon (256x256)
  • icon.png - Linux app icon (512x512)

You can generate these from a single source PNG using tools like:

Example using ImageMagick:

# Generate macOS icon
png2icns icon.icns icon.png

# Generate Windows icon
convert icon.png -define icon:auto-resize=256,128,96,64,48,32,16 icon.ico