mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 03:33:06 +02:00
Merge branch 'qt-launcher' of https://github.com/danteruiz/hifi into qt-launcher
This commit is contained in:
commit
746a800f0f
1 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,8 @@ void launchClient(const QString& clientPath, const QString& homePath, const QStr
|
|||
@"--defaultScriptsOverride", defaultScriptOverride.toNSString(),
|
||||
@"--setBookmark", homeBookmark,
|
||||
@"--no-updater",
|
||||
@"--no-launcher", nil];
|
||||
@"--no-launcher",
|
||||
@"--suppress-settings-reset", nil];
|
||||
} else {
|
||||
arguments = [NSArray arrayWithObjects:
|
||||
@"--url" , homePath.toNSString(),
|
||||
|
@ -30,7 +31,8 @@ void launchClient(const QString& clientPath, const QString& homePath, const QStr
|
|||
@"--defaultScriptsOverride", defaultScriptOverride.toNSString(),
|
||||
@"--setBookmark", homeBookmark,
|
||||
@"--no-updater",
|
||||
@"--no-launcher", nil];
|
||||
@"--no-launcher",
|
||||
@"--suppress-settings-reset", nil];
|
||||
}
|
||||
|
||||
NSWorkspace *workspace = [NSWorkspace sharedWorkspace];
|
||||
|
|
Loading…
Reference in a new issue