cross-built windows installer: make README use CRLF

This commit is contained in:
Matthew Flatt 2015-08-30 10:27:48 -06:00
parent 4da153ff2c
commit 423d015cbf

View File

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