readest/apps/readest-app/src-tauri/tauri.windows.conf.json
Huang Xin 97f021da87
Some checks failed
Deploy to vercel on merge / build_and_deploy (push) Has been cancelled
fix(extensions): add missing tauri conf for windows build (#2563)
2025-11-28 05:56:45 +01:00

7 lines
141 B
JSON

{
"bundle": {
"resources": {
"../extensions/windows-thumbnail/target/windows_thumbnail.dll": "readest_thumbnail.dll"
}
}
}