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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists