-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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>
Reactions are currently unavailable