aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ExternalResources.md
diff options
context:
space:
mode:
authorFinlay Davidson <finlay.davidson@coderclass.nl>2023-03-01 23:42:29 +0100
committerRiku Isokoski <riksu9000@gmail.com>2023-03-02 09:45:47 +0200
commit3b084d74c3b3864a4ce666dce0285aaf43a48a29 (patch)
treef10572424b672988235a73b293b8aa588712b183 /doc/ExternalResources.md
parent692a9bee5d560b7df6e2a72036291460fefa3498 (diff)
branches: Update files to refer to main instead of develop
Diffstat (limited to 'doc/ExternalResources.md')
-rw-r--r--doc/ExternalResources.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ExternalResources.md b/doc/ExternalResources.md
index 85319f6f..8a67f9cf 100644
--- a/doc/ExternalResources.md
+++ b/doc/ExternalResources.md
@@ -6,7 +6,7 @@ This page describes how the resources are integrated in InfiniTime from a develo
## Resources generation
-Resources are generated at build time via the [CMake target `Generate Resources`](https://github.com/InfiniTimeOrg/InfiniTime/blob/develop/src/resources/CMakeLists.txt#L19).
+Resources are generated at build time via the [CMake target `Generate Resources`](https://github.com/InfiniTimeOrg/InfiniTime/blob/main/src/resources/CMakeLists.txt#L19).
It runs 3 Python scripts that respectively convert the fonts to binary format, convert the images to binary format and package everything in a .zip file.
The resulting file `infinitime-resources-x.y.z.zip` contains the images and fonts converted in binary `.bin` files and a JSON file `resources.json`.