mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
[macos] fix build script
Signed-off-by: r4sas <r4sas@i2pmail.org> Former-commit-id: b442b2c71e504e49f9d2a120788d8b12634a4db2
This commit is contained in:
parent
cd5da5f1a9
commit
f06eee67f0
1 changed files with 1 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ if [ $? -ne 0 ]; then # Not found error, trying to cut language variable
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f $file ]; then
|
if [ ! -f "$file" ]; then
|
||||||
echo "[Error] Can't find downloaded file. Does it really exist?"
|
echo "[Error] Can't find downloaded file. Does it really exist?"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
@ -75,8 +75,6 @@ else
|
||||||
rm SHA512SUMS
|
rm SHA512SUMS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit
|
|
||||||
|
|
||||||
echo "Attaching image and copying files..."
|
echo "Attaching image and copying files..."
|
||||||
hdiutil attach "$file"
|
hdiutil attach "$file"
|
||||||
cp -r /Volumes/Firefox/Firefox.app ../FirefoxESR.app
|
cp -r /Volumes/Firefox/Firefox.app ../FirefoxESR.app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue