mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Fix Linux .NET error dialog
This commit is contained in:
@@ -14,11 +14,13 @@ const fs = require('fs');
|
|||||||
const https = require('https');
|
const https = require('https');
|
||||||
|
|
||||||
if (!isDotNetInstalled()) {
|
if (!isDotNetInstalled()) {
|
||||||
dialog.showErrorBox(
|
app.whenReady().then(() => {
|
||||||
'VRCX',
|
dialog.showErrorBox(
|
||||||
'Please install .NET 9.0 Runtime "dotnet-runtime-9.0" to run VRCX.'
|
'VRCX',
|
||||||
);
|
'Please install .NET 9.0 Runtime "dotnet-runtime-9.0" to run VRCX.'
|
||||||
app.quit();
|
);
|
||||||
|
app.quit();
|
||||||
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user