Skip to content

Implementing and using DLL files #11382

Closed Answered by QuirkyQueryQuester
QuirkyQueryQuester asked this question in Q&A
Discussion options

You must be logged in to vote

I found a workaround:

I copied my libcrypto-3-x64.dll in my src-tauri folder.

In my tauri.config.json I added the resource:

  "bundle": {
    "resources": [
      "./libcrypto-3-x64.dll"
    ]
}

After the installation the DLL is automatically in the root directory and the application start works.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by QuirkyQueryQuester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant