NSIS: fix path of uganda.nsis.txt in german.nsi file (#14331)

Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Restorer
2024-03-29 17:40:02 +00:00
committed by GitHub
parent ad493ef3ea
commit 4fa06bb179

View File

@ -21,7 +21,7 @@ LangString ^UninstallCaption ${LANG_GERMAN} \
# Translated license file for the license page {{{1
##############################################################################
LicenseLangString page_lic_file 0 "uganda.nsis.txt"
LicenseLangString page_lic_file 0 "${VIMRT}\doc\uganda.nsis.txt"
#LicenseLangString page_lic_file ${LANG_GERMAN} "${VIMRT}\doc\uganda.nsis.dex"
##############################################################################