mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
use full path to executable on OS X
This commit is contained in:
parent
c01566bc04
commit
4bb187f77c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ exports.discoveredPath = function (name, preferRelease) {
|
|||
function platformExtension(name) {
|
||||
if (name == "Interface") {
|
||||
if (process.platform == "darwin") {
|
||||
return ".app"
|
||||
return ".app/Contents/MacOS/" + name
|
||||
} else if (process.platform == "win32") {
|
||||
return ".exe"
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue