Keeping identation equal to previous code

pull/15405/head
Felipe Labbate 2022-11-25 03:33:57 -03:00
parent 56d9937e92
commit 5d16b30514
1 changed files with 4 additions and 4 deletions

View File

@ -121,8 +121,8 @@ Function .onInit
FunctionEnd FunctionEnd
Section "Install" Section "Install"
# Required to create a system-wide Start Menu shortcut # Required to create a system-wide Start Menu shortcut
SetShellVarContext all SetShellVarContext all
# Files for the install directory - to build the installer, these should be in the same directory as the install script (this file) # Files for the install directory - to build the installer, these should be in the same directory as the install script (this file)
SetOutPath $INSTDIR SetOutPath $INSTDIR
@ -169,8 +169,8 @@ Section "Install"
SectionEnd SectionEnd
Section "Uninstall" Section "Uninstall"
# Required to remove the system-wide Start Menu shortcut # Required to remove the system-wide Start Menu shortcut
SetShellVarContext all SetShellVarContext all
# Remove Start Menu launcher # Remove Start Menu launcher
Delete /REBOOTOK "$SMPROGRAMS\${COMPANYNAME}\${APPNAME}.lnk" Delete /REBOOTOK "$SMPROGRAMS\${COMPANYNAME}\${APPNAME}.lnk"