launch through Steam (fixes #89)

This commit is contained in:
pypy
2020-10-25 18:29:22 +09:00
parent c0f2a87817
commit e9f65f4868
2 changed files with 30 additions and 3 deletions

View File

@@ -7259,7 +7259,7 @@ CefSharp.BindObjectAsync(
};
$app.methods.locationToLaunchArg = function (location) {
return `"vrchat://launch?id=${location}"`;
return `vrchat://launch?id=${location}`;
}
$app.methods.launchGame = function (...args) {