fix Windows build without code signing

This commit is contained in:
Matthew Flatt 2016-01-08 05:44:25 -07:00
parent a4b7d3bbba
commit ee1358f16b

View File

@ -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")