cross-built windows installer: make README use CRLF
This commit is contained in:
parent
4da153ff2c
commit
423d015cbf
|
@ -425,10 +425,9 @@ SectionEnd
|
||||||
(when readme
|
(when readme
|
||||||
(call-with-output-file*
|
(call-with-output-file*
|
||||||
#:exists 'truncate
|
#:exists 'truncate
|
||||||
#:mode 'text
|
|
||||||
(build-path "bundle" "racket" "README.txt")
|
(build-path "bundle" "racket" "README.txt")
|
||||||
(lambda (o)
|
(lambda (o)
|
||||||
(display readme o))))
|
(display (regexp-replace* #rx"\n" readme "\r\n") o))))
|
||||||
(nsis-generate exe-path
|
(nsis-generate exe-path
|
||||||
human-name
|
human-name
|
||||||
(version)
|
(version)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user