mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 03:33:30 +00:00
NSIS installer fix
This commit is contained in:
@@ -409,13 +409,11 @@ var SMDir
|
||||
|
||||
!macro LANG_LOAD LANGLOAD
|
||||
!insertmacro MUI_LANGUAGE "${LANGLOAD}"
|
||||
${!IfExist} "nsis_locales\${LANGLOAD}.nsh"
|
||||
!verbose push
|
||||
!verbose 0
|
||||
!include "nsis_locales\${LANGLOAD}.nsh"
|
||||
!verbose pop
|
||||
!undef LANG
|
||||
!endif
|
||||
!verbose push
|
||||
!verbose 0
|
||||
!include "nsis_locales/${LANGLOAD}.nsh"
|
||||
!verbose pop
|
||||
!undef LANG
|
||||
!macroend
|
||||
|
||||
!macro LANG_STRING NAME VALUE
|
||||
|
||||
Reference in New Issue
Block a user