added discord rpc

This commit is contained in:
2024-01-14 00:21:33 +01:00
parent f11e84efd7
commit 6369c0e8af
6 changed files with 180 additions and 12 deletions

View File

@@ -353,7 +353,6 @@ async function replaceUIFile(osuPath, revert) {
await fs.promises.rename(oldOsuUIFile, ezppUIFile);
await fs.promises.rename(path.join(osuPath, "osu!ui.dll.bak"), oldOsuUIFile);
}
}
module.exports = { isValidOsuFolder, getUserConfig, getGlobalConfig, getUpdateFiles, getFilesThatNeedUpdate, downloadUpdateFiles, runOsuWithDevServer, getPatcherUpdates, downloadPatcherUpdates, downloadUIFiles, getUIFiles, replaceUIFile };