nowsecure / node-applesign

NodeJS module and commandline utility for re-signing iOS applications (IPA files).
https://www.nowsecure.com
MIT License
425 stars 77 forks source link

Fails to create Zip when output file is a path #88

Closed dweinstein closed 5 years ago

dweinstein commented 5 years ago

try running w/ parameter --output ./some/relative/path/file.ipa

dweinstein commented 5 years ago

related to https://github.com/nowsecure/node-applesign/issues/87

trufae commented 5 years ago

can't reproduce

trufae commented 5 years ago

ok i can reproduce now, the relative path issue only happens if you use applesign from $PATH, i always run it from the source directory.

The other issue is that it fails with the same error (exit 0 + exception) when passing a path that the user don't have permissions, but this is #87 . working on a fix now