ExtensionManager: Changed PerceivedType to Compresed instead of Archive

This commit is contained in:
erri120 2019-10-30 16:39:03 +01:00
parent 5ffca32581
commit 39fc9eba9d
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -65,7 +65,7 @@ namespace Wabbajack.Common
var appAssocReg = Registry.CurrentUser.CreateSubKey(AppAssocRegPath);
extReg?.CreateSubKey("DefaultIcon")?.SetValue("", iconPath);
extReg?.CreateSubKey("PerceivedType")?.SetValue("", "Archive");
extReg?.CreateSubKey("PerceivedType")?.SetValue("", "Compressed");
appReg?.CreateSubKey("shell\\open\\command")?.SetValue("", $"\"{appPath}\" -i %i");
appReg?.CreateSubKey("DefaultIcon")?.SetValue("", iconPath);