diff options
Diffstat (limited to 'rise')
-rwxr-xr-x | rise | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ #!/usr/bin/env bash nix build -f default.nix "$@".app -export STATIC_DIR=$(realpath ./result/static) -echo $STATIC_DIR +STATIC_DIR=$(realpath ./result/static) ./result/bin/ibb |