How to pack more DLLs into tauri bundle? #2662
Unanswered
datarankio
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Hi Friends, Then the bundle will include these DLLs and the installation will work normally. Thanks & Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Friends, I'm learning to play Tauri on windows and I've been able to generate bundle file, which is able to be installed onto other new machines, but failed to run the app. eventually I figured out there're 3 DLLs missing, msvcp140.dll/vcruntime140.dll/vcruntime140_1.dll. by manually copy/paste these files into the app destination folder, it works. However, I want to know is there any workaround how can I include these a few missing DLLs when I generate the bundle?
Thanks & Regards,
Martin.
Beta Was this translation helpful? Give feedback.
All reactions