mcaselector icon indicating copy to clipboard operation
mcaselector copied to clipboard

Look into distribution of an installer and / or native launcher

Open Querz opened this issue 5 years ago • 4 comments

Installation and execution of Java is difficult for the layman. As mentioned in #87 I need to look into the distribution of:

  • .exe file or installer for Windows
  • .app, .pkg or .dmg for MacOS

If having an installer, It should automatically install the relevant Java runtime to run MCA Selector. This Java Runtime should work like the one for Minecraft: Only installed and used by MCA Selector, nothing else. A Gradle task should exist to create those bundles / installers.

Querz avatar May 07 '20 10:05 Querz

Installation and execution of Java is difficult for the layman. As mentioned in #87 I need to look into the distribution of:

  • .exe file or installer for Windows
  • .app, .pkg or .dmg for MacOS

If having an installer, It should automatically install the relevant Java runtime to run MCA Selector. This Java Runtime should work like the one for Minecraft: Only installed and used by MCA Selector, nothing else. A Gradle task should exist to create those bundles / installers.

What about OpenJDK?

bc-185 avatar Oct 16 '20 18:10 bc-185

Release 1.14 now gives the option to download a Windows installer.

Querz avatar Feb 26 '21 09:02 Querz

* .exe file or installer for Windows

* .app, .pkg or .dmg for MacOS

+also AppImage for Linux.

HAMM3REXTREME avatar Jun 14 '21 06:06 HAMM3REXTREME

In case anyone finds it useful, here’s how I’ve packaged MCA Selector for NixOS.

AndrewKvalheim avatar Dec 15 '22 18:12 AndrewKvalheim