Skip to content

Commit

Permalink
Fixed YAML/CMD syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Jan 3, 2025
1 parent 871cb84 commit 7ee6813
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ build_script:
xcopy lang\*.qm installer\translations\ /sy
xcopy icons\symbols installer\symbols /i
copy licence.txt installer
IF DEFINED OPENSSLDIR (
copy %OPENSSLDIR%\libcrypto-*-x64.dll installer
copy %OPENSSLDIR%\libssl-*-x64.dll installer
)
IF DEFINED OPENSSLDIR (copy %OPENSSLDIR%\libcrypto-*-x64.dll installer)
IF DEFINED OPENSSLDIR (copy %OPENSSLDIR%\libssl-*-x64.dll installer)
makensis.exe %NSISDEF% installer\gpxsee64.nsi
Expand Down

0 comments on commit 7ee6813

Please sign in to comment.