Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dropdb220 committed Oct 6, 2022
1 parent 0c08568 commit 35322d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ electron.ipcMain.on('download-kexts', async (evt, kexts) => {
}
if (kexts.includes('VoodooPS2Controller.kext')) {
kextsToDownload.push({
url: `https://github.com/acidanthera/VoodooPS2/releases/download/${versions.VoodooPS2Controller}/VoodooPS2Controller-${versions.VoodooPS2Controller}-RELEASE.zip`,
url: `https://github.com/acidanthera/VoodooPS2/releases/download/v${versions.VoodooPS2Controller}/VoodooPS2Controller-${versions.VoodooPS2Controller}-RELEASE.zip`,
name: 'VoodooPS2Controller'
});
}
Expand Down
1 change: 1 addition & 0 deletions src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Do you want to contnue?`)) ipc.send('quit');
'AirportItlwm.kext',
'IntelBluetoothFirmware.kext',
'IntelBluetoothInjector.kext',
'IntelBTPatcher.kext',
'NVMeFix.kext',
'CpuTscSync.kext',
'CPUFriend.kext',
Expand Down

0 comments on commit 35322d2

Please sign in to comment.