Skip to content

Commit

Permalink
bitwindow/build: find correct enforcer binary
Browse files Browse the repository at this point in the history
  • Loading branch information
octobocto committed Jan 30, 2025
1 parent 93a6d88 commit 550c209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/bitwindow/scripts/download-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if ! test -f $assets_dir/$enforcer; then
$unpack_cmd $enforcer_file

# Use find to locate the enforcer binary. The naming is not always consistent..
enforcer_binary=$(find . -name "bip300301_enforcer*$bin_name_postfix" -print -quit)
enforcer_binary=$(find . -name "bip300301-enforcer*$bin_name_postfix" -print -quit)

if [ -z "$enforcer_binary" ]; then
echo "Error: Could not find the enforcer binary in the extracted files."
Expand Down

0 comments on commit 550c209

Please sign in to comment.