Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dropdb220 authored Aug 17, 2023
1 parent c379d79 commit c3f2f4f
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 @@ -310,7 +310,7 @@ electron.ipcMain.on('download-kexts', async (evt, kexts) => {
}
if (kexts.includes('CpuTopologyRebuild.kext')) {
kextsToDownload.push({
url: `https://github.com/b00t0x/CpuTopologyRebuild/releases/download/${versions.CpuTopologyRebuild}/RestrictEvents-${versions.CpuTopologyRebuild}-RELEASE.zip`,
url: `https://github.com/b00t0x/CpuTopologyRebuild/releases/download/${versions.CpuTopologyRebuild}/CpuTopologyRebuild-${versions.CpuTopologyRebuild}-RELEASE.zip`,
name: 'CpuTopologyRebuild'
});
}
Expand Down

0 comments on commit c3f2f4f

Please sign in to comment.