-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Portable distribution #917
Comments
There doesn't currently exist one, but that's an interesting idea! I would probably want to pull some of the integrations... gotta think over exactly how I would offer this, since I do multiplatform releases. |
I would like to second this. Users with a Linux distribution that is not derived from Debian (I'm on Fedora, for example) would also benefit from this. Currently, they have to build from source or unpack the |
Way later on this, but since the project is in Java, surely you could bundle it as a JAR for distribution? That would work on every platform as long as you have Java installed. I would recommend looking at something like this guide, particularly the One Jar option, provided all the dependencies are allowed to be distributed. I'd be willing to figure this out and submit a PR if that would make things smoother! |
Ok so I mentioned the One Jar option, but that isn't actively maintained so I'd instead recommend the Maven Shading option. That said, I have tried it and it seems to work, apart from a few weird things related to the assets (specifically the version file), and the docs aren't included so the whole way that is done would need to be reworked. I'm sure that wouldn't be that hard, though |
Heyo! There actually is an alpha PolyGlot build for Android out there! Check it out at the link below! |
What does Android have to do at all with this? Can you give a coherent explanation why you are suddenly closing this issue without resolution? |
While I am reopening this, I would like to politely remind you that you are not the manager of open source coders. That's a fairly demanding and accusatory tone you're taking on a project that is not your own. That having been said, I'm reopening this, as I blearily mistook "portable" to mean "phone version" the other day. As a current workaround, if you install PolyGlot to a thumb drive, it should still function if you plug that in elsewhere. |
I am not trying to manage you, but I do believe it a common courtesy to explain beyond the obvious why you are closing an issue, even only insofar as to save yourself the trouble of me or someone else simply reposting the issue again. That said, I may have been too hasty with making assumptions about your intent there, so sorry about that. |
closing this issue in favor of continuing discussion on other existing issues. FWIW, the latest release has added linux RPM packages for x86 and apple silicon. lmk if they don't work
|
Any chance of portable (or otherwise without an installer) distributions? Especially relevant for the Linux distribution, which is a package right now and thus would necessarily become controlled by the package manager on installation.
The text was updated successfully, but these errors were encountered: