CreeperHost / modpacklauncher

Other
22 stars 3 forks source link

How exactly do you build? #11

Closed ramirocantu closed 3 years ago

ramirocantu commented 4 years ago

Hi I'm trying to build the modpacklauncher for the purpose of packaging for personal flatpak. I stumbled into the gradlew tasks and by default gradlew build ftpRelease attempts to build for all platforms, in the meantime however I changed the node script to just build for linux. Then media task fails because I need to install "install4j" and that requires a license.

Sorry for the rambling, I'm just a little confused as to what the building and packaging procedure is for linux, I would really appreciate some pointers.

ThePaul-T commented 4 years ago

We use install4j to build platform binaries and installers.

For what you’re trying to do, you may be better modifying https://github.com/CreeperHost/modpacksch-serverdownloader to download the client forge installer and ignore the client only flag.


From: Ramiro Cantu notifications@github.com Sent: Friday, June 26, 2020 8:45:32 AM To: CreeperHost/modpacklauncher modpacklauncher@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [CreeperHost/modpacklauncher] How exactly do you build? (#11)

Hi I'm trying to build the modpacklauncher for the purpose of packaging for personal flatpak. I stumbled into the gradlew tasks and by default gradlew build ftpRelease attempts to build for all platforms, in the meantime however I changed the node script to just build for linux. Then media task fails because I need to install "install4j" and that requires a license.

Sorry for the rambling, I'm just a little confused as to what the building and packaging procedure is for linux, I would really appreciate some pointers.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/CreeperHost/modpacklauncher/issues/11, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABZHW6R2PMYIQENEBA4G3PDRYRGZZANCNFSM4OJCRNDQ.

This e-mail message may contain confidential or legally privileged information and is intended only for the use of the intended recipient(s). Any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is prohibited. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, or contain viruses. Anyone who communicates with us by e-mail is deemed to have accepted these risks. CreeperHost LTD is not responsible for errors or omissions in this message and denies any responsibility for any damage arising from the use of e-mail. Any opinion and other statement contained in this message and any attachment are solely those of the author and do not necessarily represent those of the company.

ramirocantu commented 4 years ago

Ahh I see that now, thank you so much for quick reply

ThePaul-T commented 4 years ago

No problem. It’s 9am here :)


From: Ramiro Cantu notifications@github.com Sent: Friday, June 26, 2020 8:50:24 AM To: CreeperHost/modpacklauncher modpacklauncher@noreply.github.com Cc: Paul T. Paul_T@creeperhost.net; Comment comment@noreply.github.com Subject: Re: [CreeperHost/modpacklauncher] How exactly do you build? (#11)

Ahh I see that now, thank you so much for quick reply so late at night

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/CreeperHost/modpacklauncher/issues/11#issuecomment-650036197, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABZHW6TGSZ3SJ37Y7ITV5S3RYRHMBANCNFSM4OJCRNDQ.

This e-mail message may contain confidential or legally privileged information and is intended only for the use of the intended recipient(s). Any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is prohibited. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, or contain viruses. Anyone who communicates with us by e-mail is deemed to have accepted these risks. CreeperHost LTD is not responsible for errors or omissions in this message and denies any responsibility for any damage arising from the use of e-mail. Any opinion and other statement contained in this message and any attachment are solely those of the author and do not necessarily represent those of the company.