chore: update download folder to libDir

This commit is contained in:
Minh141120 2025-09-23 21:14:49 +07:00
parent f1d97ac834
commit 8ba0342337

View File

@ -90,7 +90,7 @@ async function main() {
// copy to tauri resources
try {
copySync(vcSavePath, resourcesDir)
copySync(vcSavePath, libDir)
} catch (err) {
// Expect EEXIST error
}