Add "start espanso at windows startup option"
This commit is contained in:
parent
d9890acb42
commit
fa0f17e9bc
|
@ -41,9 +41,11 @@ Source: "{{{app_icon}}}"; DestDir: "{app}"; Flags: ignoreversion
|
|||
|
||||
[Icons]
|
||||
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\icon.ico"
|
||||
Name: "{userstartup}\espanso"; Filename: "{app}\espanso.exe"; Tasks:StartMenuEntry;
|
||||
|
||||
[Tasks]
|
||||
Name: modifypath; Description: Add espanso to PATH ( recommended );
|
||||
Name: "StartMenuEntry" ; Description: "Start espanso at Windows startup" ;
|
||||
|
||||
[Code]
|
||||
const
|
||||
|
|
Loading…
Reference in New Issue
Block a user