mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
ExtensionManager: Changed PerceivedType to Compresed instead of Archive
This commit is contained in:
parent
5ffca32581
commit
39fc9eba9d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user