Hello,
I have made a fairly simple app that is intended to be downloaded on computers within organizations where the user installing them doesnt have (or need) elevated permissions.
When going to install on windows, it requests elevated permissions. This is an issue as this is a small app intended for people who need it within the organization, and it is not possible to get someone with the credentials to go around every time they wanted to download it.
I've read through the windows build section and the tauri config section on the documentation several times, but find no mention of this, much less any way around it.
My understanding was that tauri uses web renders built into the OS, so im not sure what it even needs elevated permissions for.
How can I resolve this?