Skip to content

Commit

Permalink
change URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dropdb220 committed Apr 10, 2023
1 parent 92b5a1e commit 670781f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ electron.ipcMain.on('download-kexts', async (evt, kexts) => {
}
if (kexts.includes('VoodooPS2Controller.kext')) {
kextsToDownload.push({
url: `https://github.com/acidanthera/VoodooPS2/releases/download/v${versions.VoodooPS2Controller}/VoodooPS2Controller-${versions.VoodooPS2Controller}-RELEASE.zip`,
url: `https://github.com/acidanthera/VoodooPS2/releases/download/${versions.VoodooPS2Controller}/VoodooPS2Controller-${versions.VoodooPS2Controller}-RELEASE.zip`,
name: 'VoodooPS2Controller'
});
}
Expand Down

0 comments on commit 670781f

Please sign in to comment.