release.archive: pretty sure the path to Factor.app/ is right now.

db4
Doug Coleman 2015-07-16 12:23:07 -07:00
parent 5825099745
commit 9946eefc88
1 changed files with 4 additions and 1 deletions

View File

@ -37,12 +37,15 @@ IN: mason.release.archive
: sign-factor.app? ( -- ? ) cert-path exists? ; : sign-factor.app? ( -- ? ) cert-path exists? ;
: factor.app-path ( -- path )
build-dir get "factor/Factor.app/" append-path ;
:: sign-factor.app ( -- ) :: sign-factor.app ( -- )
${ ${
"codesign" "--force" "--sign" "codesign" "--force" "--sign"
"Developer ID Application" "Developer ID Application"
cert-path cert-path
current-directory get "Factor.app/" append-path factor.app-path
} short-running-process ; } short-running-process ;
! Make the .dmg ! Make the .dmg