Domaman202 / ATLauncher-Crack

ATLauncher is a Launcher for Minecraft which integrates multiple different ModPacks to allow you to download and install ModPacks easily and quickly.
48 stars 7 forks source link

Offer an AppImage version for Linux #31

Closed Heus-Sueh closed 1 year ago

Heus-Sueh commented 1 year ago

The Problem

it's quite annoying to keep typing commands to run the launcher it would be better to have a single executable with two clicks just to run the game

The Solution

AppImage, even java offers a way to package in appimage with the jpackage command

Additional Information

No response

Have you checked this issue doesn't already exist?

Code of Conduct

vadim-a-yegorov commented 1 year ago

@Heus-Sueh Actually if you use Linux as a desktop it's your personal problem

This is the way to create AppImage from jar easily: https://github.com/danparisd/Jar2AppImage

Feel free to generate it and share with others to help other Linux users like you!

Heus-Sueh commented 1 year ago

@Heus-Sueh Actually if you use Linux as a desktop it's your personal problem

This is the way to create AppImage from jar easily: https://github.com/danparisd/Jar2AppImage

Feel free to generate it and share with others to help other Linux users like you!

Love, Peace

no problem, I understand it's complicated and annoying to maintain many different packages for linux 👍

vadim-a-yegorov commented 1 year ago

@Heus-Sueh Actually if you use Linux as a desktop it's your personal problem This is the way to create AppImage from jar easily: https://github.com/danparisd/Jar2AppImage Feel free to generate it and share with others to help other Linux users like you! Love, Peace

no problem, I understand it's complicated and annoying to maintain many different packages for linux 👍

Why you can't just do AppImage? I provided you pretty easy library for that

Heus-Sueh commented 1 year ago

@Heus-Sueh Actually if you use Linux as a desktop it's your personal problem This is the way to create AppImage from jar easily: https://github.com/danparisd/Jar2AppImage Feel free to generate it and share with others to help other Linux users like you! Love, Peace

no problem, I understand it's complicated and annoying to maintain many different packages for linux 👍

Why you can't just do AppImage? I provided you pretty easy library for that

I'll try and I'll come back here if I succeed