Skip to content
Snippets Groups Projects
Commit 2b70a69c authored by Albert Gräf's avatar Albert Gräf
Browse files

Revert "tar_em_up.sh: create extra/images folder (Mac, Windows)."

This reverts commit cde4f4f3.
parent cde4f4f3
No related branches found
No related tags found
1 merge request!8682.20.0, the rest of it
...@@ -375,8 +375,6 @@ then ...@@ -375,8 +375,6 @@ then
cat ../../externals/OSCx/src/Makefile | sed -e s/-lpd//g > ../../externals/OSCx/src/Makefile cat ../../externals/OSCx/src/Makefile | sed -e s/-lpd//g > ../../externals/OSCx/src/Makefile
fi fi
if [[ $os == "win" || $os == "win64" ]]; then if [[ $os == "win" || $os == "win64" ]]; then
# create images folder
mkdir -p build/extra/images
echo "Making Windows package..." echo "Making Windows package..."
echo `pwd` echo `pwd`
make install INCREMENTAL=$INCREMENTAL LIGHT=$LIGHT make install INCREMENTAL=$INCREMENTAL LIGHT=$LIGHT
...@@ -384,8 +382,6 @@ then ...@@ -384,8 +382,6 @@ then
cp ../../l2ork_addons/patch-nwjs.sh build/bin cp ../../l2ork_addons/patch-nwjs.sh build/bin
make package make package
elif [[ $os == "osx" ]]; then 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 "Making OSX package (dmg)..."
echo `pwd` echo `pwd`
make install INCREMENTAL=$INCREMENTAL LIGHT=$LIGHT make install INCREMENTAL=$INCREMENTAL LIGHT=$LIGHT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment