You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the windows bundle, I want to copy a .dll along the .exe.
I tested a lot of configurations when the .dll should be with the .exe, the .dll is completly missing from the installation directory. When the .dll is inside a directory it works without issue.
It works with the .nsis, but not with the .msi.
Reproduction
In tauri.conf.json I add this inside the bundle property:
For #12324 i tested the msi and at least the WebView2Loader.dll was included correctly (only happens with the gnu toolchain). That doesn't use the resources feature though so maybe there's a timing issue or something.
I'll look into it :)
Describe the bug
During the windows bundle, I want to copy a .dll along the .exe.
I tested a lot of configurations when the .dll should be with the .exe, the .dll is completly missing from the installation directory. When the .dll is inside a directory it works without issue.
It works with the .nsis, but not with the .msi.
Reproduction
In tauri.conf.json I add this inside the bundle property:
or
Then, I run
Expected behavior
My dll should be with the .exe in Program Files.
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: