Renamed assets and added svg originals.

This commit is contained in:
Raktbastr 2026-01-23 10:10:14 -06:00
parent d128768478
commit a83bf0d533
10 changed files with 4558 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# flutter pub run flutter_launcher_icons
flutter_launcher_icons:
image_path: "assets/laserscoutericon.png"
image_path: "assets/icon.png"
android: "launcher_icon"
# image_path_android: "assets/icon/icon.png"
@ -8,7 +8,7 @@ flutter_launcher_icons:
adaptive_icon_background: "#00245d"
adaptive_icon_foreground: "assets/foreground.png"
adaptive_icon_foreground_inset: 16
adaptive_icon_monochrome: "assets/laserscoutericonmonochrome.png"
adaptive_icon_monochrome: "assets/iconmonochrome.png"
ios: true
# image_path_ios: "assets/icon/icon.png"
@ -20,15 +20,15 @@ flutter_launcher_icons:
web:
generate: true
image_path: "assets/laserscoutericon.png"
image_path: "assets/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/laserscoutericon.png"
image_path: "assets/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/laserscoutericon.png"
image_path: "assets/icon.png"