ci: changing order of git hooks

This commit is contained in:
Chubby Granny Chaser
2024-05-18 22:08:52 +01:00
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",