From 5d16b30514ab68de1da8844e3a6c5a5869fe0eab Mon Sep 17 00:00:00 2001 From: Felipe Labbate Date: Fri, 25 Nov 2022 03:33:57 -0300 Subject: [PATCH] Keeping identation equal to previous code --- installers/windows/minikube.nsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installers/windows/minikube.nsi b/installers/windows/minikube.nsi index c433f19a16..6ee9830a04 100644 --- a/installers/windows/minikube.nsi +++ b/installers/windows/minikube.nsi @@ -121,8 +121,8 @@ Function .onInit FunctionEnd Section "Install" - # Required to create a system-wide Start Menu shortcut - SetShellVarContext all + # Required to create a system-wide Start Menu shortcut + SetShellVarContext all # Files for the install directory - to build the installer, these should be in the same directory as the install script (this file) SetOutPath $INSTDIR @@ -169,8 +169,8 @@ Section "Install" SectionEnd Section "Uninstall" - # Required to remove the system-wide Start Menu shortcut - SetShellVarContext all + # Required to remove the system-wide Start Menu shortcut + SetShellVarContext all # Remove Start Menu launcher Delete /REBOOTOK "$SMPROGRAMS\${COMPANYNAME}\${APPNAME}.lnk"