From 83e4dde1ed4a414c6d91f91e0e0b7fcd65a9a397 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 21 Jun 2026 20:05:17 +0200 Subject: [PATCH] build.sh: avoid additional lang folder --- Source/hoc-clk/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/hoc-clk/build.sh b/Source/hoc-clk/build.sh index a6398b0f..dea28f0b 100644 --- a/Source/hoc-clk/build.sh +++ b/Source/hoc-clk/build.sh @@ -40,5 +40,6 @@ cp -vf "$ROOT_DIR/assets/hoc.rgba" "$DIST_DIR/config/ultrahand/assets/notificat echo echo "*** Copying lang ***" -cp -vr "$ROOT_DIR/overlay/lang/" "$DIST_DIR/config/horizon-oc/lang/" +mkdir -p "$DIST_DIR/config/horizon-oc/lang" +cp -vr "$ROOT_DIR/overlay/lang/." "$DIST_DIR/config/horizon-oc/lang/" echo