Skip to content

[feat] Enable the possibility to dynamic link to vcruntime on Windows #4565

@Berrysoft

Description

@Berrysoft

Describe the problem

Due to #4227 , the vcruntime is statically linked instead of merged module on Windows. It may reduce prompts when installing, but increases the binary size, and it cannot benefit from the patches of Microsoft.

Describe the solution you'd like

Add a switch in the tauri.conf.json to enable dynamic link to vcruntime. It should be false as default, as someone doesn't like the prompts from the installer:(

Alternatives considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions