Folder names (#318)

This commit is contained in:
Wyatt Verchere
2023-07-21 20:16:07 -07:00
committed by GitHub
parent 4941260805
commit 3fa33dc241
42 changed files with 1129 additions and 535 deletions

View File

@@ -69,14 +69,12 @@ const exportPack = async () => {
}
})
})
console.log(filesToExport)
const outputPath = await open({
directory: true,
multiple: false,
})
if (outputPath) {
console.log(outputPath)
export_profile_mrpack(
props.instance.path,
outputPath + `/${nameInput.value} ${versionInput.value}.mrpack`,