Fladder/icons_launcher-production.yaml
PartyDonut 6e32018183
fix(macOS): Using correct icon assets (#161)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-21 15:04:57 +01:00

24 lines
819 B
YAML

icons_launcher:
image_path: "icons/production/fladder_icon.png"
platforms:
android:
adaptive_foreground_image: "icons/production/fladder_icon.png"
adaptive_background_color: "#3a2101"
adaptive_monochrome_image: "icons/production/fladder_adaptive_icon.png"
notification_image: icons/fladder_notification_icon.png
enable: true
ios:
image_path: "icons/production/fladder_store_icon.png"
enable: true
windows:
image_path: "icons/production/fladder_icon_desktop.png"
enable: true
macos:
image_path: "icons/production/fladder_macos_icon.png"
enable: true
linux:
image_path: "icons/production/fladder_icon_desktop.png"
enable: true
web:
favicon_path: "icons/production/fladder_icon_desktop.png"
enable: true