Add icon to auto-start script (#1172)
This commit is contained in:
@@ -40,6 +40,7 @@ function makeAutoStartLinux(): AutoStart {
|
|||||||
Exec=${commandLine}
|
Exec=${commandLine}
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Icon=vesktop
|
||||||
`;
|
`;
|
||||||
|
|
||||||
mkdirSync(dir, { recursive: true });
|
mkdirSync(dir, { recursive: true });
|
||||||
|
|||||||
Reference in New Issue
Block a user