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:
parent
7a338076db
commit
416a43f0b1
@ -23,6 +23,7 @@ public bool Launch() {
|
||||
FileName = Path,
|
||||
Arguments = arguments,
|
||||
Verb = runElevated ? "runas" : string.Empty,
|
||||
UseShellExecute = true,
|
||||
ErrorDialog = true
|
||||
})) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user