Andrea Giudiceandrea wrote
> maybe it's the same problem occurred with the previous version:
> https://github.com/qgis/QGIS-Mac-Packager/issues/123

...it seems another issue:

---
Signing the QGIS.app
–timestamp=none: No such file or directory
FAIL
---

There's a typo in qgis_package.bash: the codesign timestamp parameter has a
single hyphen insead of a double hyphen

codesign -s "$IDENTITY" -v --force –timestamp=none --keychain
"$KEYCHAIN_FILE" "$PACKAGE"

So, this https://github.com/qgis/QGIS-Mac-Packager/pull/126 should fix the
issue.

Best regards.

Andrea



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to