mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 02:43: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');
|
||||
|
||||
if (!isDotNetInstalled()) {
|
||||
dialog.showErrorBox(
|
||||
'VRCX',
|
||||
'Please install .NET 9.0 Runtime "dotnet-runtime-9.0" to run VRCX.'
|
||||
);
|
||||
app.quit();
|
||||
app.whenReady().then(() => {
|
||||
dialog.showErrorBox(
|
||||
'VRCX',
|
||||
'Please install .NET 9.0 Runtime "dotnet-runtime-9.0" to run VRCX.'
|
||||
);
|
||||
app.quit();
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user