Skip to content

Commit

Permalink
fix logger build script
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Mar 9, 2021
1 parent 1590fef commit e503042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_nudge.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ if [ "${PKG_RESULT}" != "0" ]; then
echo "Could not sign package: ${PKG_RESULT}" 1>&2
else
# Move the signed pkg
/bin/mv "$NUDGE_LD_PKG_PATH/build/Nudge_Logger-1.0.0.pkg" "$OUTPUTSDIR"
/bin/mv "$NUDGE_LD_PKG_PATH/build/Nudge_Logger-1.0.1.pkg" "$OUTPUTSDIR"
fi

0 comments on commit e503042

Please sign in to comment.