Skip to content

Commit

Permalink
Fix windows build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-graj committed Apr 26, 2024
1 parent 6574a17 commit 1d1806a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/winbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cp -r $MINGW_PATH/share/icons icons
cd ..
mkdir -p ssl/certs
cd ssl/certs
cp -r $MINGW_PATH/ssl/certs/ca-bundle.crt ca-bundle.crt
cp -r $MINGW_PATH/etc/ssl/certs/ca-bundle.crt ca-bundle.crt
cd ../..
cp ../util/README_WIN.txt README.txt
cp ../LICENSE LICENSE.txt
Expand Down

0 comments on commit 1d1806a

Please sign in to comment.