Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix(build): missing cp
Browse files Browse the repository at this point in the history
  • Loading branch information
IMXEren committed Mar 5, 2024
1 parent 8a8318b commit e7a5cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ cargo build --release
bin_path="${tmpdir}/competition-groups/target/release/competition-groups"
package="compgroups"
zip_name="cgroups.zip"
cp -f "$bin_path" "${tmpdir}"/cgroups/${package}.bin

if [ $? -eq 0 ]; then
if [ -n $TERMUX_VERSION ]; then
Expand Down

0 comments on commit e7a5cdb

Please sign in to comment.