1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-13 18:15:48 +02:00

Fix update installer not running as administrator due to breaking change in .NET

This commit is contained in:
chylex 2022-11-21 20:07:23 +01:00
parent 7a338076db
commit 416a43f0b1
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -23,6 +23,7 @@ public bool Launch() {
FileName = Path,
Arguments = arguments,
Verb = runElevated ? "runas" : string.Empty,
UseShellExecute = true,
ErrorDialog = true
})) {
return true;