

outfile mu.app \ -srcfiles mucommander.jar -appclass -name "muCommander" \ -title "muCommander" $JAVA_HOME/bin/javapackager -deploy -native -outdir.

Apparently, there's a javapackager utility included in JDK distribution that you can use to create native packages.īy running the following command in the same folder where mucommander.jar is located, it created the desired artefacts: We should do better! So I found another documentation page: Java Platform, Standard Edition Deployment Guide: Self-Contained Application Packaging.
#Mucommander icon download#
One has to download some strange utility and use a legacy build tool to assemble the final artifact. This is all cool and works, but the process is a bit clumsy. Downloaded the appbundler utility from Ģ. And the instructions worked just fine! Here's what I did:ġ. So I found this guide: Packaging a Java App for Distribution on a Mac. So I tried looking for an alternative solution. However, I didn't have enough patience to do apply the tool. One option is to assemble the *.app package using Launch4j.

Launching a GUI app from the command line is not convenient at all.
#Mucommander icon portable#
The native installer did not work, saying that the launcher is corrupted, but the portable version worked just fine via the command line:

New actions in file table: NavigateLeft/NavigateRight (The first press of the left arrow key - go to the top of the table.Added shortcut key to display the file popup menu with default key being the Context Menu key (or Alt+Down in MacOS X).Alt+Enter hotkey in text editor now can open file under cursor.Implemented new file Preview mode (Ctrl+4).High-resolution icons for Retina displays.
