Skip to content

Commit

Permalink
windows-build: manually copies openssl dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Ripose committed Jul 2, 2021
1 parent 8ba0e67 commit 2517037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cp src/memento.exe Memento_$arch
cp -r ../config Memento_$arch

python3 ../mingw-bundledlls.py --copy ./Memento_$arch/memento.exe
cp $PREFIX/bin/libssl-1_1-x64.dll ./Memento_$arch

cd Memento_$arch
windeployqt memento.exe
Expand Down

0 comments on commit 2517037

Please sign in to comment.