release.archive: pretty sure the path to Factor.app/ is right now.
parent
5825099745
commit
9946eefc88
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue