Skip to content

Commit

Permalink
fix zip filename
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhizhou committed Aug 30, 2024
1 parent f010c1c commit 384e5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fi
version=$(/usr/libexec/PlistBuddy -c "Print CFBundleVersion" "$export_app/Contents/Info.plist")
short_version=$(/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" "$export_app/Contents/Info.plist")
date=$(date +%Y%m%d_%H%M%S)
app_dist_zip="$scheme_${short_version}_${version}_${date}.zip"
app_dist_zip="${scheme}_${short_version}_${version}_${date}.zip"
ditto -c -k --sequesterRsrc --keepParent $export_app $app_dist_zip
if [ $? -ne 0 ]; then
echo create zip with staple ticket failed!
Expand Down

0 comments on commit 384e5cc

Please sign in to comment.