Mac OS X mred launcher script should be relative to executable
svn: r3260
This commit is contained in:
parent
ee899a3e2d
commit
3c261c5d05
|
@ -12,7 +12,8 @@
|
|||
(parameterize ([current-launcher-variant variant])
|
||||
(make-mred-launcher null
|
||||
(mred-program-launcher-path "MrEd")
|
||||
'((exe-name . "MrEd")))))])
|
||||
'((exe-name . "MrEd")
|
||||
(relative? . #t)))))])
|
||||
(install 'script)
|
||||
(when (memq 'script-3m (available-mred-variants))
|
||||
(install 'script-3m)))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user