mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
macos SQLite lib
This commit is contained in:
@@ -80,9 +80,9 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>SQLite.Interop.dll</TargetPath>
|
||||
</None>
|
||||
<None Include="libs\linux\System.Data.SQLite.dll" Condition="$([MSBuild]::IsOSPlatform('Linux'))">
|
||||
<None Include="libs\macos\SQLite.Interop.dll" Condition="$([MSBuild]::IsOSPlatform('OSX'))">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>System.Data.SQLite.dll</TargetPath>
|
||||
<TargetPath>SQLite.Interop.dll</TargetPath>
|
||||
</None>
|
||||
<Content Include="..\VRCX.ico">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
Dotnet/libs/macos/SQLite.Interop.dll
Normal file
BIN
Dotnet/libs/macos/SQLite.Interop.dll
Normal file
Binary file not shown.
@@ -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