Skip to content

[feat] tauri-build function to embed a manifest on Windows #5584

Description

@FabianLars

Describe the problem

Currently there is no way to embed your own manifest on Windows.
A common use-case is to change the exe permissions to always require elevation, basically like this: https://github.com/nabijaczleweli/rust-embed-resource#example-embedding-a-windows-manifest

This used to work in 1.0 before we started embedding our own manifest in #4840.

Describe the solution you'd like

A new api in tauri-build similar to sdk_dir.
I'm not sure if we can somehow merge them or if we should handle it similar to the wix template: the user takes our template and modifies it instead of creating their own from scratch.

Alternatives considered

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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