diff --git a/UpuCore/KISSUnpacker.cs b/UpuCore/KISSUnpacker.cs index a566c55..1b75d1a 100644 --- a/UpuCore/KISSUnpacker.cs +++ b/UpuCore/KISSUnpacker.cs @@ -169,7 +169,7 @@ public void RegisterDefaultShellHandler() { // http://www.codeproject.com/Articles/15171/Simple-shell-context-menu // get full path to self, %L is a placeholder for the selected file - string menuCommand = string.Format("\"{0}\" \"%L\"", Assembly.GetEntryAssembly().Location); + string menuCommand = string.Format("\"{0}\" -i \"%L\"", Assembly.GetEntryAssembly().Location); RegisterShellHandler("Unity package file", "Unpack", "Unpack here", menuCommand); }