There was an error while loading. Please reload this page.
1 parent 18574ab commit 0073974Copy full SHA for 0073974
progress.vala
@@ -103,8 +103,9 @@ public class ProgressWindow : Window {
103
int extra_args = 0;
104
105
string[] spawn_args = new string[8 + files_to_be_updated.length + extra_args];
106
- spawn_args[0] = "appimageupdate";
107
- spawn_args[1] = this.file_name;
+ spawn_args[0] = "pkexec";
+ spawn_args[1] = "appimageupdate";
108
+ spawn_args[2] = this.file_name;
109
110
string[] spawn_env = Environ.get ();
111
int standard_error;
0 commit comments