mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: changing order of git hooks
This commit is contained in:
commit
c7920fe9f7
3 changed files with 89 additions and 21 deletions
|
@ -19,6 +19,8 @@ autoUpdater.setFeedURL({
|
|||
const gotTheLock = app.requestSingleInstanceLock();
|
||||
if (!gotTheLock) app.quit();
|
||||
|
||||
app.commandLine.appendSwitch("--no-sandbox");
|
||||
|
||||
i18n.init({
|
||||
resources,
|
||||
lng: "en",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue