append .exe to launcher name if Windows detected
This commit is contained in:
parent
f15e01fb7f
commit
62cf34b8a4
|
@ -378,7 +378,7 @@
|
||||||
(and m (cdr m)))))
|
(and m (cdr m)))))
|
||||||
;; Normal launcher:
|
;; Normal launcher:
|
||||||
(make-embedding-executable
|
(make-embedding-executable
|
||||||
dest (eq? kind 'mred) #f null null null flags aux #t variant)
|
(string-append dest ".exe") (eq? kind 'mred) #f null null null flags aux #t variant)
|
||||||
;; Independent launcher (needed for Setup PLT):
|
;; Independent launcher (needed for Setup PLT):
|
||||||
(begin
|
(begin
|
||||||
(install-template dest kind "mzstart.exe" "mrstart.exe")
|
(install-template dest kind "mzstart.exe" "mrstart.exe")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user