Skip to content

Commit

Permalink
fix: check for ffxiv_dx11.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-is-cute committed Nov 4, 2024
1 parent d359625 commit d259d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/prerequisites.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
async function checkFfxiv(reqs: typeof prereqs, idx: number) {
const running = await invoke<boolean>('check_for_process', { name: 'ffxiv_dx11' });
const running = await invoke<boolean>('check_for_process', { name: 'ffxiv_dx11.exe' });
reqs[idx] = [
running
? 'FINAL FANTASY XIV must be closed for the installer to continue'
Expand Down

0 comments on commit d259d9a

Please sign in to comment.