Skip to content

Commit

Permalink
Preserve symbolic links when creating macOS bundle (angr#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin authored Mar 26, 2024
1 parent 5d88234 commit b20a945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
mkdir /tmp/angr-management-zip
ZIP_PATH=$(pwd)/upload/angr-management-macOS-$(uname -m).zip
pushd dist
zip -r $ZIP_PATH *.app
zip -ry $ZIP_PATH *.app
popd
elif [[ "$OSTYPE" == "linux-gnu" ]]; then
source /etc/os-release
Expand Down

0 comments on commit b20a945

Please sign in to comment.