Commit 3c4c5eb3 authored by Anthony Loiseau's avatar Anthony Loiseau Committed by Jean-Baptiste Kempf

win32/nsis: small misc Windows installer script cleanup

This commit does not add functional changes.
It mainly fix whitespaces and insignificantly alter behavior
when debugging.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 599883e0
...@@ -40,8 +40,6 @@ SetCompressor lzma ...@@ -40,8 +40,6 @@ SetCompressor lzma
SetCompressor /SOLID lzma SetCompressor /SOLID lzma
!endif !endif
;ShowInstDetails show
;ShowUnInstDetails show
SetOverwrite ifnewer SetOverwrite ifnewer
CRCCheck on CRCCheck on
BrandingText "${PRODUCT_GROUP} ${PRODUCT_NAME}" BrandingText "${PRODUCT_GROUP} ${PRODUCT_NAME}"
...@@ -399,7 +397,7 @@ FunctionEnd ...@@ -399,7 +397,7 @@ FunctionEnd
; The CORE of the ; ; The CORE of the ;
; installer ; ; installer ;
;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;
Section $Name_Section01 SEC01 Section $Name_Section01 SEC01
SectionIn 1 2 3 RO SectionIn 1 2 3 RO
SetShellVarContext all SetShellVarContext all
...@@ -891,7 +889,7 @@ SectionEnd ...@@ -891,7 +889,7 @@ SectionEnd
Function un.onInit Function un.onInit
!insertmacro MUI_UNGETLANGUAGE !insertmacro MUI_UNGETLANGUAGE
!include "languages\english.nsh" !include "languages\english.nsh"
StrCmp $LANGUAGE ${LANG_FRENCH} French 0 StrCmp $LANGUAGE ${LANG_FRENCH} French 0
StrCmp $LANGUAGE ${LANG_ITALIAN} Italian 0 StrCmp $LANGUAGE ${LANG_ITALIAN} Italian 0
...@@ -941,5 +939,5 @@ Function un.onInit ...@@ -941,5 +939,5 @@ Function un.onInit
Brazilian: Brazilian:
!include "languages\brazilian_portuguese.nsh" !include "languages\brazilian_portuguese.nsh"
EndLanguageCmp: EndLanguageCmp:
FunctionEnd FunctionEnd
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment