mcpelauncher-linux
mcpelauncher-linux copied to clipboard
[Feature request] Add multiversion/beta support
Before the new install script of apk-download we could have multiple launchers in seperate folders allowing us to test out different version ( ie beta, an known stable, etc )
Bringing back this feature would be nice - maybe a launch option telling mcpelauncher where to look ?
--prefix=~/.local/share/mcpelauncher-beta/ --use-apk=apkfile
you would still need to keep multiple copies of mcpelauncher itself around as it tends not to be backward or forwards compatible, but that is really a very minor issue.
You could use XDG_DATA_HOME env variable to change the storage dir for now, but I'll add this soon as well.
I'm using XDG_DATA_HOME=/home/guppy42/tmp/minecraftbeta/ mcpelauncher setup for the beta - it works.. but it would be nice if it only downloaded a new apk if there was a version newer than the current one
I know I could just have 2 shortcuts, but it would make life a litte easier - Something to think about