mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
create electron event
This commit is contained in:
parent
484e79dba3
commit
3b17953a82
11 changed files with 113 additions and 27 deletions
|
@ -27,6 +27,7 @@ import "./torrenting/start-game-download";
|
|||
import "./user-preferences/get-user-preferences";
|
||||
import "./user-preferences/update-user-preferences";
|
||||
import "./user-preferences/auto-launch";
|
||||
import "./autoupdater/check-for-updates";
|
||||
|
||||
ipcMain.handle("ping", () => "pong");
|
||||
ipcMain.handle("getVersion", () => app.getVersion());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue