chore: update download folder to libDir
This commit is contained in:
parent
f1d97ac834
commit
8ba0342337
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user