Skip to content

Commit

Permalink
tar_em_up.sh: create extra/images folder (Mac, Windows).
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Oct 8, 2024
1 parent 0850a60 commit c1fc6a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions l2ork_addons/tar_em_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,17 @@ then
cat ../../externals/OSCx/src/Makefile | sed -e s/-lpd//g > ../../externals/OSCx/src/Makefile
fi
if [[ $os == "win" || $os == "win64" ]]; then
# create images folder
mkdir -p build/extra/images
echo "Making Windows package..."
echo `pwd`
make install INCREMENTAL=$INCREMENTAL LIGHT=$LIGHT
# copy the patch-nwjs.sh script
cp ../../l2ork_addons/patch-nwjs.sh build/bin
make package
elif [[ $os == "osx" ]]; then
# create images folder
mkdir -p build/Purr-Data.app/Contents/Resources/app.nw/extra/images
echo "Making OSX package (dmg)..."
echo `pwd`
make install INCREMENTAL=$INCREMENTAL LIGHT=$LIGHT
Expand Down

0 comments on commit c1fc6a0

Please sign in to comment.