aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-02-02 08:46:10 -0500
committerswirl <swurl@swurl.xyz>2022-02-02 08:46:26 -0500
commitcf3c2482c9e7f743088b590f8c90cc3be1308718 (patch)
tree4f25e0288ce21d342da364681ea8b90cf5c70598
parent2001c5dec7f8690ac9d69bca8b472da502933919 (diff)
downloadPrismLauncher-cf3c2482c9e7f743088b590f8c90cc3be1308718.tar.gz
PrismLauncher-cf3c2482c9e7f743088b590f8c90cc3be1308718.tar.bz2
PrismLauncher-cf3c2482c9e7f743088b590f8c90cc3be1308718.zip
fix some windows branding
Closes: #121
-rw-r--r--program_info/polymc.manifest2
-rw-r--r--program_info/polymc.rc4
2 files changed, 3 insertions, 3 deletions
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"