mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-25 15:29:59 +02:00
Try to fix NSIS : LangString "Fonts" is not set in language table of language *
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user