Skip to content

Commit

Permalink
fix zip structure
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniTurtle committed Mar 18, 2024
1 parent 0d4cb09 commit bc0d84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci-build-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ if [ "$1" = "package" ]; then
#"${CXX%-*}-strip" --strip-unneeded _install/usr/local/lib/*.dll
# bundle the DLLs that are specific to Irrlicht (kind of a hack)
# shopt -s nullglob
cp -p -r $libs/{libjpeg,libpng}/lib/* _install/
cp -p -r $libs/{libjpeg,libpng}/lib/* _install/usr/local/lib/
# create a ZIP
(cd _install/; zip -9r "$OLDPWD/irrlicht-$variant$extras.zip" -- *)
(cd _install/usr/local; zip -9r "$OLDPWD/irrlicht-$variant$extras.zip" -- *)
fi
exit 0

0 comments on commit bc0d84b

Please sign in to comment.