From 89768c93032d62dd2c7d051fde112f9a965ec23d Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 28 Mar 2025 16:21:11 +0800 Subject: [PATCH] update BUILDING.md --- thermion_dart/BUILDING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thermion_dart/BUILDING.md b/thermion_dart/BUILDING.md index 522126a7..ebf80bdf 100644 --- a/thermion_dart/BUILDING.md +++ b/thermion_dart/BUILDING.md @@ -13,6 +13,11 @@ This is only for developers extending the Thermion package itself; if you are si # iOS +``` +./build.sh -l -i -f -p ios release +./build.sh -l -i -f -p desktop debug +``` + ## Android ```