From cfc055c978d98906a8090d092d4416cbfbd2bbce Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Mon, 22 Aug 2022 21:24:25 +0200 Subject: Package resources + a metadata file into a single .zip file. --- src/resources/images.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/resources/images.json (limited to 'src/resources/images.json') diff --git a/src/resources/images.json b/src/resources/images.json new file mode 100644 index 00000000..764747ca --- /dev/null +++ b/src/resources/images.json @@ -0,0 +1,9 @@ +{ + "pine_small" : { + "sources": "images/pine_logo.png", + "color_format": "CF_TRUE_COLOR", + "output_format": "bin", + "binary_format": "ARGB8565_RBSWAP", + "target_path": "/images/" + } +} -- cgit v1.2.3-70-g09d2