mbien commented on code in PR #4205:
URL: https://github.com/apache/netbeans/pull/4205#discussion_r908923683
##########
java/java.disco/src/org/netbeans/modules/java/disco/QuickPkgSelection.java:
##########
@@ -57,6 +59,9 @@ public QuickPkgSelection(QuickPanel.QuickSelection quick) {
switch (OS.getOperatingSystem()) {
case WINDOWS:
return ArchiveType.MSI == p.getArchiveType() ||
ArchiveType.EXE == p.getArchiveType();
+ case LINUX:
Review Comment:
@neilcsmith-net feel free to do a second pass to correct things or write me
a mail to me with a list you want changed. This PR started out as me wanting to
simply add another column to a table - but ended up changing a lot of other
things and re-doing most of the layouts in the form designer.
I am all for removing code btw, if the shell extraction code isn't needed
anymore - lets remove it (I thought there were more plans for it).
--
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