neilcsmith-net commented on issue #41:
URL:
https://github.com/apache/netbeans-nbpackage/issues/41#issuecomment-1904368941
I'm going to close this as I'm not sure there's a need to expose this
template. However, besides editing the image manually with the `image-only`
approach, I realised you can also use the `package.merge` and `package.remove`
options to do this.
Next to your configuration properties file add a `merge` folder, copy the
`Package.swift` file to `merge/macos-launcher-src/Package.swift` and edit it as
you see fit.
Inside your configuration file, alter those two properties to be
```
package.merge=${CONFIG}/merge
package.remove={macos-launcher-src/Package.swift}
```
Merge will not overwrite anything, hence the need to remove that file as
well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists