From 4fd8d8c213ea29cbab0080151a6ca29fee66458f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 29 Jun 2013 20:50:04 -0600 Subject: [PATCH] distro-build/installer-exe: fix name convention --- pkgs/distro-build/installer-exe.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/distro-build/installer-exe.rkt b/pkgs/distro-build/installer-exe.rkt index 1ddbe3cf01..38e1418e06 100644 --- 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)