Matrix room/space, a bit more rebranding
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
# What is this?
|
||||
A simple Ubuntu package for MultiMC that contains a script that downloads and installs real MultiMC on Ubuntu based systems.
|
||||
A simple Ubuntu package for PolyMC that contains a script that downloads and installs real PolyMC on Ubuntu based systems.
|
||||
|
||||
It contains a `.desktop` file, an icon, and a simple script that does the heavy lifting.
|
||||
|
||||
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.
|
||||
|
||||
# How to build this?
|
||||
You need dpkg utils. Rename the `multimc` folder to `multimc_1.6-1` and then run:
|
||||
You need dpkg utils. Rename the `polymc` folder to `polymc_1.6-1` and then run:
|
||||
```
|
||||
fakeroot dpkg-deb --build multimc_1.6-1
|
||||
fakeroot dpkg-deb --build polymc_1.6-1
|
||||
```
|
||||
|
||||
Replace the version with whatever is appropriate.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Package: multimc
|
||||
Package: polymc
|
||||
Version: 1.6-2
|
||||
Architecture: all
|
||||
Maintainer: Petr Mrázek <peterix@gmail.com>
|
||||
@ -7,6 +7,5 @@ Priority: optional
|
||||
Installed-Size: 75
|
||||
Depends: zenity, desktop-file-utils, libqt5widgets5, libqt5gui5, libqt5network5, libqt5core5a, libqt5xml5, libqt5concurrent5, wget
|
||||
Recommends: openjdk-8-jre
|
||||
Homepage: http://multimc.org
|
||||
Description: A local install wrapper for MultiMC
|
||||
|
||||
Homepage: http://polymc.org
|
||||
Description: A local install wrapper for PolyMC
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
INSTDIR="${XDG_DATA_HOME-$HOME/.local/share}/multimc"
|
||||
INSTDIR="${XDG_DATA_HOME-$HOME/.local/share}/polymc"
|
||||
|
||||
if [ `getconf LONG_BIT` = "64" ]
|
||||
then
|
@ -23,25 +23,25 @@
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image type="source" width="936" height="921">https://multimc.org/images/screenshots/main.png</image>
|
||||
<image type="source" width="936" height="921">https://polymc.org/images/screenshots/main.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="936" height="998">https://multimc.org/images/screenshots/editmods.png</image>
|
||||
<image type="source" width="936" height="998">https://polymc.org/images/screenshots/editmods.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="936" height="998">https://multimc.org/images/screenshots/version.png</image>
|
||||
<image type="source" width="936" height="998">https://polymc.org/images/screenshots/version.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="936" height="998">https://multimc.org/images/screenshots/console.png</image>
|
||||
<image type="source" width="936" height="998">https://polymc.org/images/screenshots/console.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="936" height="921">https://multimc.org/images/screenshots/settings.png</image>
|
||||
<image type="source" width="936" height="921">https://polymc.org/images/screenshots/settings.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release date="2021-01-07" version="5"/>
|
||||
</releases>
|
||||
<url type="homepage">https://multimc.org/</url>
|
||||
<url type="homepage">https://polymc.org/</url>
|
||||
<url type="help">https://discord.com/invite/0k2zsXGNHs0fE4Wm</url>
|
||||
<url type="faq">https://github.com/MultiMC/Launcher/wiki/FAQ</url>
|
||||
<url type="bugtracker">https://github.com/MultiMC/Launcher/issues</url>
|
Reference in New Issue
Block a user