Skip to content

Commit fad265b

Browse files
Now opens exploerer with focus
1 parent a7e31a5 commit fad265b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/BuildAndDeploy/Editor/BuildDeployWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ private void OnGUI()
561561

562562
if (GUILayout.Button("Open APPX Packages Location", GUILayout.Width(buttonWidth_Full)))
563563
{
564-
Process.Start("explorer.exe", "/open," + Path.GetFullPath(curBuildDirectory + "/" + PlayerSettings.productName + "/AppPackages"));
564+
Process.Start("explorer.exe", "/f /open," + Path.GetFullPath(curBuildDirectory + "/" + PlayerSettings.productName + "/AppPackages"));
565565
}
566566

567567
GUI.enabled = true;

0 commit comments

Comments
 (0)