[Config] Minor source tweak

This commit is contained in:
Ducko 2022-04-03 22:16:32 +01:00
parent 3f496ca215
commit 2933c40ad6
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ const open = exports.open = () => {
app.exit();
});
win.loadURL('https://cdn.openasar.dev/config.html');
win.loadURL('https://cdn.openasar.dev/config');
};