
To satisfy the latest code-signing checks, copy the "Racket" shared library into each ".app" and sign it before attempting to sign the application.
12 lines
252 B
Racket
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))
|