mirror of
https://github.com/TangentFoxy/LovePackaging.git
synced 2024-11-09 09:34:22 +00:00
fixed Mac crap extraction
This commit is contained in:
parent
cd7a4a5646
commit
4aabdff651
6
build
6
build
@ -44,9 +44,9 @@ if [ ! -d "$osx10Dir/love.app" ]; then
|
|||||||
mkdir -p "$osx10Dir"
|
mkdir -p "$osx10Dir"
|
||||||
echo "Downloading osx10src..."
|
echo "Downloading osx10src..."
|
||||||
wget -nv -O "$osx10Dir/loveOSX.zip" https://bitbucket.org/rude/love/downloads/love-0.9.1-macosx-x64.zip
|
wget -nv -O "$osx10Dir/loveOSX.zip" https://bitbucket.org/rude/love/downloads/love-0.9.1-macosx-x64.zip
|
||||||
unzip -q "$osx10Dir/loveOSX.zip" -d "$osx10Dir" -x "__MACOSX"
|
unzip -q "$osx10Dir/loveOSX.zip" -d "$osx10Dir"
|
||||||
#no longer deleting Mac crap because it isn't extracted
|
# delete Mac crao (for some reason can't not unzip it *shrugs*)
|
||||||
#rm -rf "$osx10Dir/__MACOSX"
|
rm -rf "$osx10Dir/__MACOSX"
|
||||||
# the Info.plist is overwritten each time the app is built, so it is not fixed here.
|
# the Info.plist is overwritten each time the app is built, so it is not fixed here.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user