Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Jan 19, 2023
1 parent 36f9548 commit 7fd15c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const userAgent = new UserAgent({
// app.allowRendererProcessReuse = true;
Menu.setApplicationMenu(Menu.buildFromTemplate(edit));

let baseUserPath = path.join(app.getPath('appData'), 'gdlauncher_next');
const baseUserPath = path.join(app.getPath('appData'), 'gdlauncher_next');

if (!fss.existsSync(baseUserPath)) {
fss.mkdirSync(baseUserPath);
Expand Down

0 comments on commit 7fd15c7

Please sign in to comment.