You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/updater/tests/app-updater/.cargo/config.toml

6 lines
145 B

[target.'cfg(windows)']
runner = "powershell -Command Start-Process -Verb runAs -FilePath"
[target.x86_64-unknown-linux-gnu]
runner = 'sudo -E'