Skip to content

Commit

Permalink
sign pkg with new app cert
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed Apr 4, 2024
1 parent fab2817 commit d3fb151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pkg: app
cp ./packaging/macos/preinstall ./pkgtemp/scripts/preinstall
pkgbuild --root ./pkgtemp/pkgroot --identifier ${PKGID} --scripts ./pkgtemp/scripts --version ${VERSION} --ownership recommended ./component.pkg
productbuild --identifier ${PKGID}.${VERSION} --package ./component.pkg ./unsigned.pkg
productsign --sign "Developer ID Installer: Torbjorn Hallenberg" unsigned.pkg naisdevice.pkg
productsign --sign "Developer ID Application: Arbeids- og velferdsetaten" unsigned.pkg naisdevice.pkg
rm -f ./component.pkg ./unsigned.pkg
rm -rf ./pkgtemp ./naisdevice.app

Expand Down

0 comments on commit d3fb151

Please # to comment.