Try to fix NSIS : LangString "Fonts" is not set in language table of language *

This commit is contained in:
Laurent Trinques
2026-04-25 12:01:06 +02:00
parent 387f96b556
commit 07e11ea659
4 changed files with 31 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ SetCompressor /FINAL /SOLID lzma
;--------------------------------
; General Product Description Definitions
!define SOFT_NAME "QElectroTech"
!define SOFT_VERSION "0.5-dev_x86_64-win64+4094"
!define SOFT_VERSION "0.100.1_x86_64-win64+git8720"
!define SOFT_WEB_SITE "https://qelectrotech.org/"
!define SOFT_BUILD "1"
@@ -279,7 +279,7 @@ SectionEnd
SetOverwrite on
Section "$(Fonts)" SEC05
SetOutPath "$INSTDIR\fonts"
SetOutPath "$INSTDIR"
File /r "./files/fonts"
SectionEnd