aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--program_info/polymc.manifest2
-rw-r--r--program_info/polymc.rc4
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 56a579f9..d6ee4e26 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ A Gentoo ebuild is available in the [swirl](https://git.swurl.xyz/swirl/ebuilds)
```sh
# as root:
emerge --oneshot eselect-repository
-eselect-repository enable swirl
+eselect repository enable swirl
emaint sync -r swirl
emerge polymc
# to use latest git version:
diff --git a/program_info/polymc.manifest b/program_info/polymc.manifest
index f1fe63ce..2d9eb165 100644
--- a/program_info/polymc.manifest
+++ b/program_info/polymc.manifest
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
- <assemblyIdentity name="PolyMC.Application.5" type="win32" version="5.0.0.0" />
+ <assemblyIdentity name="PolyMC.Application.1" type="win32" version="1.0.0.0" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
diff --git a/program_info/polymc.rc b/program_info/polymc.rc
index 08c21a41..011e944b 100644
--- a/program_info/polymc.rc
+++ b/program_info/polymc.rc
@@ -16,10 +16,10 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "CompanyName", "MultiMC & PolyMC Contributors"
- VALUE "FileDescription", "A Minecraft Launcher"
+ VALUE "FileDescription", "PolyMC"
VALUE "FileVersion", "1.0.0.0"
VALUE "ProductName", "PolyMC"
- VALUE "ProductVersion", "5"
+ VALUE "ProductVersion", "1"
END
END
BLOCK "VarFileInfo"