mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
macos SQLite lib
This commit is contained in:
@@ -504,6 +504,10 @@ function getVersion() {
|
||||
}
|
||||
|
||||
function isDotNetInstalled() {
|
||||
if (process.platform === 'darwin') {
|
||||
// Assume .NET is already installed on macOS
|
||||
return true;
|
||||
}
|
||||
const result = require('child_process').spawnSync(
|
||||
'dotnet',
|
||||
['--list-runtimes'],
|
||||
|
||||
Reference in New Issue
Block a user