commit 9fc547f6563bf5bdefb40a97219218317273243c
parent 393adf76f7cf9d37144fdf0531192d41f2f74c1c
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Sat, 29 Jun 2013 20:50:04 -0600
distro-build/installer-exe: fix name convention
original commit: 4fd8d8c213ea29cbab0080151a6ca29fee66458f
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/distro-build/installer-exe.rkt b/pkgs/distro-build/installer-exe.rkt
@@ -404,7 +404,7 @@ SectionEnd
(error 'installer-exe "cannot find \"makensis.exe\"")))
(define platform (let-values ([(base name dir?) (split-path (system-library-subpath #f))])
(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
human-name
(version)