diff options
author | Joshua Stone <joshua.gage.stone@gmail.com> | 2020-12-08 13:25:34 -0500 |
---|---|---|
committer | Joshua Stone <joshua.gage.stone@gmail.com> | 2020-12-08 13:25:34 -0500 |
commit | e9b779aa77a28f723735a91398db1a05744074ea (patch) | |
tree | 236550672609e3bd344c7cda21e1971adaa84686 /application | |
parent | 42d124ed2b135b439b1215acc101d3eee2fbecdc (diff) | |
download | PrismLauncher-e9b779aa77a28f723735a91398db1a05744074ea.tar.gz PrismLauncher-e9b779aa77a28f723735a91398db1a05744074ea.tar.bz2 PrismLauncher-e9b779aa77a28f723735a91398db1a05744074ea.zip |
Update documentation WRT .rpm contents
Diffstat (limited to 'application')
-rw-r--r-- | application/package/rpm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/package/rpm/README.md b/application/package/rpm/README.md index 98b6d5cb..0c2b1e49 100644 --- a/application/package/rpm/README.md +++ b/application/package/rpm/README.md @@ -1,7 +1,7 @@ # What is this? A simple RPM package for MultiMC that contains a script that downloads and installs real MultiMC on Red Hat based systems. -It contains a `.desktop` file, an icon, and a simple script that does the heavy lifting. +It contains a `.desktop` file, a `.metainfo.xml` file, an icon, and a simple script that does the heavy lifting. # How to build this? You need the `rpm-build` package. Switch into this directory, then run: |