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 // copy to tauri resources
try { try {
copySync(vcSavePath, resourcesDir) copySync(vcSavePath, libDir)
} catch (err) { } catch (err) {
// Expect EEXIST error // Expect EEXIST error
} }