-
-
Save brinlyau/080ed55b1bd092fc00b14f45ec4671ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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