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

explain zip vs. dmg for signing

parent be32ee74
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,8 @@ if [ $# -lt 1 ] || [ $1 == "mac" ]; then ...@@ -200,7 +200,8 @@ if [ $# -lt 1 ] || [ $1 == "mac" ]; then
umount gmsh_mount umount gmsh_mount
rm -rf /tmp/gmsh-* rm -rf /tmp/gmsh-*
rm -rf /tmp/getdp-* rm -rf /tmp/getdp-*
# cannot use zip file: it destroys the signature for onelab.py # if we use a zip file we need to move onelab.py from MacOS/ to Resources/, as zip
# does not preserve extended file attributes; dmg does
hdiutil create -srcfolder onelab-MacOSX onelab-MacOSX.dmg hdiutil create -srcfolder onelab-MacOSX onelab-MacOSX.dmg
codesign -v --sign "Developer ID Application: Christophe Geuzaine" onelab-MacOSX.dmg codesign -v --sign "Developer ID Application: Christophe Geuzaine" onelab-MacOSX.dmg
rm -rf onelab-MacOSX rm -rf onelab-MacOSX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment