philipborg / CubeShuffle

Draft cube shuffle utility
GNU Affero General Public License v3.0
21 stars 2 forks source link

Windows MSI installers needs Administrator to install #78

Open philipborg opened 2 years ago

philipborg commented 2 years ago

Something with Tauri is causing the installer to demand administrator rights to install. It should just be user rights, as it is on Linux. This could be something that has to be raised to the Tauri dev team.

philipborg commented 2 years ago

https://github.com/tauri-apps/tauri/issues/2319 relates to solving this though it may be possible to temporarily workaround.