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

--force

parent 03bdae9a
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ if [ $# -lt 1 ] || [ $1 == "mac" ]; then ...@@ -187,7 +187,7 @@ if [ $# -lt 1 ] || [ $1 == "mac" ]; then
cp -R gmsh_mount/Gmsh.app onelab-MacOSX cp -R gmsh_mount/Gmsh.app onelab-MacOSX
mv /tmp/getdp-*${GETDP}-MacOSX/bin/getdp onelab-MacOSX/Gmsh.app/Contents/MacOS/ mv /tmp/getdp-*${GETDP}-MacOSX/bin/getdp onelab-MacOSX/Gmsh.app/Contents/MacOS/
security unlock-keychain ${HOME}/Library/Keychains/login.keychain security unlock-keychain ${HOME}/Library/Keychains/login.keychain
codesign -v --deep --sign "Developer ID Application: Christophe Geuzaine" onelab-MacOSX/Gmsh.app codesign -v --force --deep --sign "Developer ID Application: Christophe Geuzaine" onelab-MacOSX/Gmsh.app
cp gmsh_mount/LICENSE.txt onelab-MacOSX/LICENSE.txt cp gmsh_mount/LICENSE.txt onelab-MacOSX/LICENSE.txt
echo "\n\n" >> onelab-MacOSX/LICENSE.txt echo "\n\n" >> onelab-MacOSX/LICENSE.txt
cat /tmp/getdp-*${GETDP}-MacOSX/share/doc/getdp/LICENSE.txt >> onelab-MacOSX/LICENSE.txt cat /tmp/getdp-*${GETDP}-MacOSX/share/doc/getdp/LICENSE.txt >> onelab-MacOSX/LICENSE.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment