Skip to content

Commit

Permalink
Copy .aff file as well as .dic one (Mudlet#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored Mar 11, 2019
1 parent 3dd21c6 commit c7b9f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/copy-non-qt-win-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COPY $Env:MINGW_BASE_DIR\bin\libpcre-1.dll .
COPY $Env:MINGW_BASE_DIR\bin\zlib1.dll .
XCOPY /S /I /Q /Y ..\mudlet-lua mudlet-lua
COPY ..\*.dic .
COPY ..\*.aff .
XCOPY /S /I /Q /Y $Env:MINGW_BASE_DIR\lib\lua\5.1 .
XCOPY /S /I /Q /Y ..\..\3rdparty\lcf lcf
COPY ..\..\3rdparty\discord\rpc\lib\discord-rpc.dll discord-rpc.dll

0 comments on commit c7b9f2b

Please sign in to comment.