dev #14

Merged
HorizonCode merged 6 commits from dev into master 2024-04-14 15:32:58 +00:00
Showing only changes of commit c74bc57453 - Show all commits

View File

@ -210,10 +210,6 @@ function stopOsuStatus() {
} }
function registerIPCPipes() { function registerIPCPipes() {
(async () => {
const isNet8 = await isNet8Installed();
console.log("net8:", isNet8);
})();
ipcMain.handle("ezpplauncher:login", async (e, args) => { ipcMain.handle("ezpplauncher:login", async (e, args) => {
const hwid = getHwId(); const hwid = getHwId();
const timeout = new AbortController(); const timeout = new AbortController();