Skip to content

Commit

Permalink
add screenshots and icon to metadata
Browse files Browse the repository at this point in the history
The PNGs are exported from GIMP with these settings:

    + save resolution
    + automatic pixelformat
    + compression level 9
    + save thumbnail
    + save color profile
  • Loading branch information
mwageringel committed Aug 5, 2022
1 parent bd0e4d9 commit ba1c622
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ android/app/src/main/res/mipmap-hdpi/ic_launcher.png: assets/launcher_icon.png a
$(FLUTTER) pub get
$(FLUTTER) pub run flutter_launcher_icons:main

icons-fdroid: assets/launcher_icon.svg
rsvg-convert --width=512 --height=512 --keep-aspect-ratio assets/launcher_icon.svg > metadata/en-US/images/icon.png

icons-web: website/favicon.ico web/favicon.ico web/icons/Icon-192.png web/icons/Icon-maskable-192.png web/icons/Icon-512.png web/icons/Icon-maskable-512.png
web/favicon.ico website/favicon.ico: assets/launcher_icon.svg
magick -background none assets/launcher_icon.svg -define icon:auto-resize $@
Expand Down Expand Up @@ -67,4 +70,4 @@ build/upstream/Noto_Sans_Math.zip:
curl --output build/upstream/Noto_Sans_Math.zip https://fonts.google.com/download?family=Noto%20Sans%20Math
.INTERMEDIATE: build/upstream/Noto_Sans_Math.zip

.PHONY: all app web gh-pages host run test assets-android assets-web fonts icons-android icons-web icons-clean clean
.PHONY: all app web gh-pages host run test assets-android assets-web fonts icons-android icons-fdroid icons-web icons-clean clean
Binary file added metadata/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba1c622

Please sign in to comment.