Skip to content

Commit c396cdd

Browse files
committed
-Correct application name in sudo prompt
1 parent a623564 commit c396cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function promptLinuxUserAndChangePermissions() {
6666
return;
6767
}
6868
const options = {
69-
name: 'Electron'
69+
name: 'Android Messages Desktop'
7070
};
7171
try {
7272
// Must quote path, otherwise this would fail with paths that would require escaping (such as with spaces)

0 commit comments

Comments
 (0)