file update check, also on launch
This commit is contained in:
7
tests/osuUpdate.js
Normal file
7
tests/osuUpdate.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const { getUpdateFiles } = require("../src/util/osuUtil");
|
||||
|
||||
(async () => {
|
||||
const osuPath = "";
|
||||
const latestFiles = await getUpdateFiles("stable40");
|
||||
console.log(latestFiles);
|
||||
})();
|
Reference in New Issue
Block a user