Skip to content

Be able to use the "customize" and "require-scripts" options #3

@Sami32

Description

@Sami32

Any way to use these options?

new Options(Options.Customize.NEVER, false),

https://github.com/gino0631/pkg/blob/616d9ae68a1df5193e362d7ac15002ab6c752465/pkg-core/src/main/java/com/github/gino0631/pkg/jaxb/distribution/Options.java

Maybe something like that:

<installer-script>
	<options>
		<customize>allow</customize>
		<require-scripts>false</require-scripts>
	</options>
</installer-script>

or

<customize>allow</customize>
<require-scripts>false</require-scripts>

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions