Skip to content

Instantly share code, notes, and snippets.

@brinlyau
Created November 24, 2021 09:00
Show Gist options
  • Save brinlyau/080ed55b1bd092fc00b14f45ec4671ca to your computer and use it in GitHub Desktop.
Save brinlyau/080ed55b1bd092fc00b14f45ec4671ca to your computer and use it in GitHub Desktop.
From 45945b9e0e06e0ec09007f37a6048b9503d2e5a1 Mon Sep 17 00:00:00 2001
From: Brinly T <brinly@brinly.me>
Date: Wed, 24 Nov 2021 15:22:19 +1100
Subject: [PATCH] Addin local assets.
BYO binaries
---
assets.json | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 86 insertions(+), 1 deletion(-)
diff --git a/assets.json b/assets.json
index fdefbd3a27..dbda80b747 100644
--- a/assets.json
+++ b/assets.json
@@ -1,9 +1,94 @@
{
"assets": [
{
- "name": "/tmp/lol.txt",
+ "name": "/localassets/dejavu_sans_bold_27.mpf",
+ "output":"image/assets/fonts/dejavu_sans_bold_27.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_regular_20.mpf",
+ "output":"image/assets/fonts/gt_pressura_regular_20.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_bold_20.mpf",
+ "output":"image/assets/fonts/gt_pressura_bold_20.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_regular_24.mpf",
+ "output":"image/assets/fonts/gt_pressura_regular_24.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_bold_24.mpf",
+ "output":"image/assets/fonts/gt_pressura_bold_24.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_light_27.mpf",
+ "output":"image/assets/fonts/gt_pressura_light_27.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_regular_27.mpf",
+ "output":"image/assets/fonts/gt_pressura_regular_27.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_bold_27.mpf",
+ "output":"image/assets/fonts/gt_pressura_bold_27.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_bold_32.mpf",
+ "output":"image/assets/fonts/gt_pressura_bold_32.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_light_30.mpf",
+ "output": "image/assets/fonts/gt_pressura_light_30.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_regular_30.mpf",
+ "output": "image/assets/fonts/gt_pressura_regular_30.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_bold_30.mpf",
+ "output": "image/assets/fonts/gt_pressura_bold_30.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_regular_46.mpf",
+ "output": "image/assets/fonts/gt_pressura_regular_46.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_light_46.mpf",
+ "output": "image/assets/fonts/gt_pressura_light_46.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/gt_pressura_light_90.mpf",
+ "output": "image/assets/fonts/gt_pressura_light_90.mpf",
+ "copy": true
+ },
+ {
+ "name": "/localassets/Luts.bin",
"output": "./image/Luts.bin",
"copy": true
+ },
+ {
+ "name": "/localassets/ecoboot.bin",
+ "output": "./image/ecoboot.bin",
+ "copy": true
+ },
+ {
+ "name": "/localassets/updater.bin",
+ "output": "./image/updater.bin",
+ "copy": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment