cross-built windows installer: make README use CRLF
This commit is contained in:
parent
4da153ff2c
commit
423d015cbf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user