Icon Update: shellcheck
This commit is contained in:
committed by
hsjobeki
parent
2b0f4fc4b8
commit
9d8b544f45
@@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user