distro-build/installer-exe: fix name convention

This commit is contained in:
Matthew Flatt 2013-06-29 20:50:04 -06:00
parent ee780a20b4
commit 4fd8d8c213

View File

@ -404,7 +404,7 @@ SectionEnd
(error 'installer-exe "cannot find \"makensis.exe\""))) (error 'installer-exe "cannot find \"makensis.exe\"")))
(define platform (let-values ([(base name dir?) (split-path (system-library-subpath #f))]) (define platform (let-values ([(base name dir?) (split-path (system-library-subpath #f))])
(path->string name))) (path->string name)))
(define exe-path (format "bundle/~a-win32-~a.exe" dir-name platform)) (define exe-path (format "bundle/~a-~a-win32.exe" dir-name platform))
(nsis-generate exe-path (nsis-generate exe-path
human-name human-name
(version) (version)