Browse Source

[macos] fix build script

Signed-off-by: r4sas <r4sas@i2pmail.org>

Former-commit-id: b442b2c71e
pull/43/head
R4SAS 3 years ago
parent
commit
f06eee67f0
  1. 4
      macos/build/build

4
macos/build/build

@ -58,7 +58,7 @@ if [ $? -ne 0 ]; then # Not found error, trying to cut language variable @@ -58,7 +58,7 @@ if [ $? -ne 0 ]; then # Not found error, trying to cut language variable
fi
fi
if [ ! -f $file ]; then
if [ ! -f "$file" ]; then
echo "[Error] Can't find downloaded file. Does it really exist?"
exit 1
fi
@ -75,8 +75,6 @@ else @@ -75,8 +75,6 @@ else
rm SHA512SUMS
fi
exit
echo "Attaching image and copying files..."
hdiutil attach "$file"
cp -r /Volumes/Firefox/Firefox.app ../FirefoxESR.app

Loading…
Cancel
Save