Starting work on brand new patcher (Wooo)

Oh god my sanity is fading again. Please help. oh god. oh god. oh god. Please help me.
This commit is contained in:
Benj
2022-07-06 17:27:59 +08:00
committed by lilmayofuksu
parent 8ac4d063a4
commit 936c533ff8
9 changed files with 271 additions and 116 deletions

6
src/utils/patcher.ts Normal file
View File

@@ -0,0 +1,6 @@
import { invoke } from '@tauri-apps/api'
export async function patchMetadata() {
console.log('patching')
await invoke('patch_metadata', {metadataFolder: 'C:\\Users\\benja\\Desktop'})
}