clan-ui: remove intermediate app directory

This commit is contained in:
Jörg Thalheim
2025-05-15 14:29:46 +02:00
parent 3f7894ef03
commit de0f78b0d2
159 changed files with 93 additions and 135 deletions

View File

@@ -13,7 +13,7 @@ pkgs.writeShellApplication {
text = ''
REPO_ROOT="$(git rev-parse --show-toplevel)"
OUT_DIR="$(realpath "$REPO_ROOT"/pkgs/ui/webview-ui/app/icons)"
OUT_DIR="$(realpath "$REPO_ROOT"/pkgs/clan-app/ui/app/icons)"
export OUT_DIR
deno run --allow-all ${src}/main.ts
'';