distro-build/distro-build-client/info.rkt
Matthew Flatt dea33cdfa1 adjust Mac executable signing in ".dmg" mode
To satisfy the latest code-signing checks, copy the "Racket" shared
library into each ".app" and sign it before attempting to sign the
application.
2015-08-13 17:07:29 -06:00

12 lines
252 B
Racket

#lang info
(define collection "distro-build")
(define deps '(["base" #:version "6.2.900.9"]
"ds-store-lib"))
(define build-deps '("at-exp-lib"))
(define pkg-desc "client-side part of \"distro-build\"")
(define pkg-authors '(mflatt))