We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e284919 commit b282d6aCopy full SHA for b282d6a
Assets/MRTK/Tools/BuildWindow/BuildDeployWindow.cs
@@ -565,7 +565,7 @@ private void RenderAppxBuildView()
565
// since there's a null texture issue when Unity reloads the assets during a build
566
MixedRealityBuildPreferences.DrawAppLauncherModelField(appxCancellationTokenSource == null);
567
568
- // Draw the section for nuget path
+ // Draw the section for nuget executable path
569
EditorGUILayout.LabelField("Nuget Path (Optional)", EditorStyles.boldLabel);
570
571
string nugetExecutablePath = EditorGUILayout.TextField(NugetPathLabel, UwpBuildDeployPreferences.NugetExecutablePath);
0 commit comments