Skip to content

Allow configuration of outDir #161

@tux-mind

Description

@tux-mind

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.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions