Skip to content

Commit

Permalink
Set executable flag on binaries when building
Browse files Browse the repository at this point in the history
The executable flag is needed so that when a user uncompresses the
released asset, they have an executable binary ready to go.
  • Loading branch information
akrabat committed Jul 12, 2020
1 parent 762c22d commit 65a6352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-executables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ do
zip $zip_name.zip $output_name
rm $output_name
else
chmod a+x $output_name
gzip $output_name
fi
popd > /dev/null
done
done

0 comments on commit 65a6352

Please sign in to comment.