-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Hello and thank you for this awesome tool!
It seems that is not possible to manually set the outDir config property.
In fact, it seems that it's an internal config variable that is forcibly set to the ipa_path + a random UUID.
Line 868 in 910965d
| this.config.outdir = this.config.file + "." + uuid.v4(); |
It would be great if you'd allow the configuration of such internal option from the command line ( and option object when used as a library ).
The current behavior can be kept with a simple this.config.outdir ??= this.config.file + "." + uuid.v4();.
Use case
When using IPAs from read-only filesystems, the tool attempts to write to a read-only destination.
PS
Do you have a new release planned for the immediate future?
I see that the stable version uses .js files instead of .ts.
Metadata
Metadata
Assignees
Labels
No labels