Skip to content
Snippets Groups Projects
Commit 543e77ce authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix [skip ci]

parent 0285788a
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ Public License (GPL)</a>:
versions in the <code>tutorial</code> directory. <br>Make sure to read
these examples before sending questions or bug reports!</em>
<li>Development version:
<ul><li>Automated snapshots:
<ul><li>Latest automatic snapshots:
<a href="bin/Windows/gmsh-git-Windows64.zip">Windows</a>
(<a href="bin/Windows/gmsh-git-Windows32.zip">32 bit</a>),
<a href="bin/Linux/gmsh-git-Linux64.tgz">Linux</a>,
......
......@@ -149,12 +149,12 @@ if [ $# -lt 1 ] || [ $1 == "mac" ]; then
rm -rf onelab-MacOSX*
mkdir onelab-MacOSX
curl -O http://gmsh.info/bin/MacOSX/gmsh-${GMSH}-MacOSX.dmg
curl -O http://getdp.info/bin/MacOSX/getdp-${GETDP}-MacOSX64c.tgz
curl -O http://getdp.info/bin/MacOSX/getdp-${GETDP}-MacOSXc.tgz
mv gmsh-${GMSH}-MacOSX.dmg /tmp
mv getdp-${GETDP}-MacOSX64c.tgz /tmp
mv getdp-${GETDP}-MacOSXc.tgz /tmp
hdiutil convert /tmp/gmsh-${GMSH}-MacOSX.dmg -format UDTO -o /tmp/gmsh-tmp.cdr
hdiutil attach -nobrowse -noverify -noautoopen -mountpoint gmsh_mount /tmp/gmsh-tmp.cdr
tar zxvf /tmp/getdp-${GETDP}-MacOSX64c.tgz -C /tmp
tar zxvf /tmp/getdp-${GETDP}-MacOSXc.tgz -C /tmp
cp /tmp/README.txt onelab-MacOSX
cp -R gmsh_mount/Gmsh.app onelab-MacOSX
mv /tmp/getdp-*${GETDP}-MacOSX/bin/getdp onelab-MacOSX/Gmsh.app/Contents/MacOS/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment