Icon Update: shellcheck

This commit is contained in:
Johannes Kirschbauer
2024-11-06 12:53:35 +01:00
committed by hsjobeki
parent 2b0f4fc4b8
commit 9d8b544f45

View File

@@ -12,7 +12,8 @@ pkgs.writeShellApplication {
}; };
text = '' text = ''
OUT_DIR=$(realpath ../webview-ui/app/icons) OUT_DIR="$(realpath ../webview-ui/app/icons)"
export OUT_DIR
deno run --allow-all ${src}/main.ts deno run --allow-all ${src}/main.ts
''; '';
} }