distro-build/installer-exe: fix name convention
This commit is contained in:
parent
ee780a20b4
commit
4fd8d8c213
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user