summarylogtreecommitdiffstats
path: root/multimc5.sh
AgeCommit message (Collapse)Author
2018-01-01UPDATE: Update to 0.6.0Taylor Smock
* Added new required library quazip * Removed various hacks * Using svg and desktop files from source code * Removed cmake patch * Removed patch for newer gcc version
2017-08-17Change default data directory to multimc from multimc5Taylor Smock
* The Ubuntu client used multimc instead of multimc5. This change brings us in line with the official ubuntu client. * Those using XDG_DATA_HOME will NOT need to move anything
2016-01-22Updated to 0.4.10Taylor Smock
* Removed code that allowed for switching save directories * make install has the bin name as MultiMC not MultiMC5. Start script can use either name.
2015-10-29Really fixed copy errors. I thinkTaylor Smock
* Was moving files into subfolder.
2015-10-29Fixed issue where multimc didn't actually startTaylor Smock
* Uncommented line that actually started multimc in script (from debugging)
2015-10-29Modified method for picking the directory.Taylor Smock
* Now uses XDG_DATA_HOME if it is set. Otherwise, if $HOME/.local/share exists, it uses that. Otherwise, it uses $HOME/.multimc5 * Script to start has been modified to use arguments. USE AT OWN RISK!
2015-06-08Initial importTaylor Smock