wip: patching osu files
This commit is contained in:
7
test/patch.test.ts
Normal file
7
test/patch.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
const bs = require("bsdiff-bin")
|
||||
|
||||
(async () => {
|
||||
bs.patch('./osu!.exe', './osu!patched.exe', './osu!patch.diff', function(err){
|
||||
if(err) console.log("failed")
|
||||
});
|
||||
})();
|
Reference in New Issue
Block a user