Merge branch 'main' into linux-install

This commit is contained in:
Daniel Freitas 2024-05-24 13:54:41 -03:00 committed by GitHub
commit ee17b5106c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
127 changed files with 2494 additions and 2399 deletions

View file

@ -54,6 +54,4 @@ const openGameInstaller = async (
return false;
};
registerEvent(openGameInstaller, {
name: "openGameInstaller",
});
registerEvent("openGameInstaller", openGameInstaller);