Icon Update: shellcheck
This commit is contained in:
committed by
hsjobeki
parent
c3133f7ecd
commit
a5fdb3ecf3
@@ -12,7 +12,8 @@ pkgs.writeShellApplication {
|
||||
};
|
||||
|
||||
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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user