Skip to content

Commit f57d2c7

Browse files
committed
revert dlls config with dir
1 parent 75109f3 commit f57d2c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/desktop/src-tauri/tauri.conf.stable.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
},
1414
"bundle": {
15-
"externalBin": [
16-
"dlls/msvcp140.dll",
17-
"dlls/msvcp140_1.dll",
18-
"dlls/vcruntime140.dll",
19-
"dlls/vcruntime140_1.dll"
20-
]
15+
"resources": {
16+
"dlls/msvcp140.dll": "./",
17+
"dlls/msvcp140_1.dll": "./",
18+
"dlls/vcruntime140.dll": "./",
19+
"dlls/vcruntime140_1.dll": "./"
20+
}
2121
}
2222
}

0 commit comments

Comments
 (0)