diff --git a/distro-build-client/installer-exe.rkt b/distro-build-client/installer-exe.rkt index e436e38..275b24a 100644 --- a/distro-build-client/installer-exe.rkt +++ b/distro-build-client/installer-exe.rkt @@ -425,10 +425,9 @@ SectionEnd (when readme (call-with-output-file* #:exists 'truncate - #:mode 'text (build-path "bundle" "racket" "README.txt") (lambda (o) - (display readme o)))) + (display (regexp-replace* #rx"\n" readme "\r\n") o)))) (nsis-generate exe-path human-name (version)