Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions noirup
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ main() {
done

# Move binaries into the `.nargo/bin` directory
ensure mkdir -p "$NARGO_BIN_DIR"
for bin in "${BINARIES[@]}"; do
# Move the binary only if it exists.
# This ensures compatibility with older versions of Noir,
Expand Down Expand Up @@ -193,6 +194,7 @@ main() {
done

# Move binaries into the `.nargo/bin` directory
ensure mkdir -p "$NARGO_BIN_DIR"
for bin in "${BINARIES[@]}"; do
# Move the binary only if it exists.
# This ensures compatibility with older versions of Noir,
Expand Down