Skip to content

Commit cde4499

Browse files
committed
[Fix] Reset Heroic not working after 2.0.1
1 parent 31500c3 commit cde4499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

electron/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function clearCache() {
307307
}
308308

309309
function resetHeroic() {
310-
const heroicFolder = `${app.getPath('appData')}/heroic`
310+
const heroicFolder = `${app.getPath('appData')}/Heroic`
311311
rm(heroicFolder, { recursive: true, force: true }, () => {
312312
app.relaunch()
313313
app.quit()

0 commit comments

Comments
 (0)