www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ee1358f16b7c3fed0876879593f00e3a3770ee60
parent a4b7d3bbba2839475eb891c0d0917c955152673e
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Fri,  8 Jan 2016 05:44:25 -0700

fix Windows build without code signing

Diffstat:
Mdistro-build-client/installer-exe.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distro-build-client/installer-exe.rkt b/distro-build-client/installer-exe.rkt @@ -438,7 +438,7 @@ SectionEnd #:extension-registers (get-extreg "bundle/racket") #:start-menus (get-startmenu "bundle/racket") #:auto-launch (get-auto-launch "bundle/racket")) - (unless (null? osslsigncode-args) + (when osslsigncode-args (define unsigned-exe-path (let-values ([(base name dir?) (split-path exe-path)]) (build-path base "unsigned" name))) (make-directory* "bundle/unsigned")