mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 09:04:45 +01:00
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:
6
src/utils/patcher.ts
Normal file
6
src/utils/patcher.ts
Normal 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'})
|
||||
}
|
||||
Reference in New Issue
Block a user