1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 11:52:08 +01:00

Fixed syntax

This commit is contained in:
Martin Tůma 2025-01-03 09:39:45 +01:00
parent 2a925b0c84
commit 871cb8433c

View File

@ -35,7 +35,7 @@ build_script:
xcopy lang\*.qm installer\translations\ /sy
xcopy icons\symbols installer\symbols /i
copy licence.txt installer
IF EXISTS OPENSSLDIR (
IF DEFINED OPENSSLDIR (
copy %OPENSSLDIR%\libcrypto-*-x64.dll installer
copy %OPENSSLDIR%\libssl-*-x64.dll installer
)