oyarzun commented on code in PR #115:
URL:
https://github.com/apache/netbeans-nbpackage/pull/115#discussion_r2387792583
##########
src/main/java/org/apache/netbeans/nbpackage/NBPackage.java:
##########
@@ -132,7 +133,8 @@ public final class NBPackage {
new RpmPackager(),
new InnoSetupPackager(),
new PkgPackager(),
- new ZipPackager()
+ new ZipPackager(),
+ new TarScriptPackager()
Review Comment:
Makes sense, will do.
--
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