Skip to content
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 3 replies

Comment options

You must be logged in to vote
3 replies
@SilverGhostBS
Comment options

@FabianLars
Comment options

@SilverGhostBS
Comment options

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
3 participants