Switch Intel URL

This commit is contained in:
Natsumi
2024-08-07 20:58:20 +12:00
parent 137a953b28
commit 0de8041ce6
2 changed files with 4 additions and 6 deletions

View File

@@ -11270,12 +11270,10 @@ speechSynthesis.getVoices();
});
}
if (this.vrcOSCFix) {
setTimeout(() => {
workerTimers.setTimeout(() => {
AppApi.KillInstall().then((processKilled) => {
if (processKilled) {
console.log(
'OSCFix: Killed Install.exe'
);
console.log('OSCFix: Killed Install.exe');
} else {
console.log(
'OSCFix: Nothing to kill, no Install.exe process running'