setup: allow .iso files as well

This commit is contained in:
Tyler Wilding 2022-04-30 23:46:44 -04:00
parent ef007010e7
commit 7a3fc88160
No known key found for this signature in database
GPG key ID: A89403EB356ED106

View file

@ -16,7 +16,7 @@ export async function filePrompt(title) {
const path = await open({
multiple: false,
directory: false,
filters: [{ extensions: ["ISO"], name: "Jak ISO File" }],
filters: [{ extensions: ["ISO", "iso"], name: "Jak ISO File" }],
});
if (path) {