ci: changing order of git hooks

This commit is contained in:
Chubby Granny Chaser 2024-05-18 22:08:52 +01:00
commit c7920fe9f7
No known key found for this signature in database
3 changed files with 89 additions and 21 deletions

View file

@ -19,6 +19,8 @@ autoUpdater.setFeedURL({
const gotTheLock = app.requestSingleInstanceLock();
if (!gotTheLock) app.quit();
app.commandLine.appendSwitch("--no-sandbox");
i18n.init({
resources,
lng: "en",