Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed Dec 5, 2022
2 parents 025e548 + 1d3cf66 commit 363e25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ done
# Copy binaries
cp -fv "target/$buildVariant/libclockwork_plugin.$libExt" "$installDir"/lib
for bin in "${BINS}"; do
rm -fv "$installDir/bin/$bin"
cp -fv "target/$buildVariant/$bin" "$installDir"/bin
done

Expand Down

0 comments on commit 363e25f

Please sign in to comment.