This commit is contained in:
SpikeHD
2022-07-15 21:27:50 -07:00
parent 8ff1a47fff
commit 9d86d9c9ff
3 changed files with 20 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
import { invoke } from '@tauri-apps/api'
import { dataDir } from '@tauri-apps/api/path'
import { getConfig } from './configuration'
import DownloadHandler from './download'
import { getGameExecutable, getGameFolder } from './game'
@@ -9,8 +8,6 @@ export async function patchMetadata() {
path: await getGameMetadataPath() + '\\global-metadata.dat'
})
console.log(await getGameMetadataPath())
if (!metadataExists) {
return false
}