2018-05-18 02:44:12 +05:30
# What is this?
2020-11-27 02:32:26 +05:30
A simple Ubuntu package for MultiMC that contains a script that downloads and installs real MultiMC on Ubuntu based systems.
2018-05-18 02:44:12 +05:30
It contains a `.desktop` file, an icon, and a simple script that does the heavy lifting.
2020-11-27 02:32:26 +05:30
This is also the source for the files in the [RPM package ](../rpm ). If you rename, create or delete files here, you'll likely also have to update the RPM spec file there.
2018-05-18 02:44:12 +05:30
# How to build this?
2021-03-26 06:16:23 +05:30
You need dpkg utils. Rename the `multimc` folder to `multimc_1.5-1` and then run:
2018-05-18 02:44:12 +05:30
```
2021-03-26 06:16:23 +05:30
fakeroot dpkg-deb --build multimc_1.5-1
2018-05-18 02:44:12 +05:30
```
Replace the version with whatever is appropriate.