1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Tidy NSIS install log

This commit is contained in:
Martin Tůma 2019-01-28 09:05:48 +01:00
parent 2012d0ead8
commit 6598cfe7ec

View File

@ -14,6 +14,7 @@
; Translations ; Translations
!macro LOCALIZATION LANG CODE !macro LOCALIZATION LANG CODE
Section "${LANG}" Section "${LANG}"
IfFileExists "$INSTDIR\translations" +2 0
CreateDirectory "$INSTDIR\translations" CreateDirectory "$INSTDIR\translations"
File /oname=translations\gpxsee_${CODE}.qm translations\gpxsee_${CODE}.qm File /oname=translations\gpxsee_${CODE}.qm translations\gpxsee_${CODE}.qm
!if /FileExists translations\qt_${CODE}.qm !if /FileExists translations\qt_${CODE}.qm