We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24ecfb3 + c103649 commit 7e829a9Copy full SHA for 7e829a9
1 file changed
ide/projectui/src/org/netbeans/modules/project/ui/zip/ExportZIP.java
@@ -115,7 +115,7 @@ public static final class ExportZIPAction implements ActionListener {
115
}
116
StatusDisplayer.getDefault().setStatusText(MSG_created(zip));
117
try {
118
- Desktop.getDesktop().open(zip);
+ Desktop.getDesktop().open(zip.getParentFile());
119
} catch (Exception x) {
120
LOG.log(Level.FINE, null, x);
121
0 commit comments