mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-17 04:57:48 +02: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