Skip to content

Commit

Permalink
When APP NAME includes space, mv commands is failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ANNotunzdY® committed Apr 23, 2019
1 parent 6921722 commit c7fbaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XReSign/Scripts/xresign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ filename=$(basename "$APPLICATION")
filename="${filename%.*}-xresign.ipa"
zip -qr "../$filename" *
cd ..
mv $filename "$OUTDIR"
mv "$filename" "$OUTDIR"


echo "Clear temporary files"
Expand Down

0 comments on commit c7fbaa8

Please sign in to comment.