Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Neunert committed May 27, 2024
1 parent 44047fb commit 784e73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ if [[ "$build_package" = "True" ]]; then
if [[ -f pyinstaller/dist/${specterd_filename} ]]; then
echo " --> Making the release-zip for specterd"
pushd pyinstaller/dist # to not preserve folder structure
zip ./release/${specterd_filename}-${version}-osx_${ARCH}.zip pyinstaller/dist/${specterd_filename}
zip ./release/${specterd_filename}-${version}-osx_${ARCH}.zip ${specterd_filename}
popd
fi

Expand Down

0 comments on commit 784e73b

Please sign in to comment.