Improve windows setup process
This commit is contained in:
parent
bebd8e860e
commit
08ec57113d
|
@ -36,10 +36,11 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
|
|||
|
||||
[Files]
|
||||
Source: "{{{executable_path}}}"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "{{{app_icon}}}"; DestDir: "{app}"; Flags: ignoreversion
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
||||
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\icon.ico"
|
||||
|
||||
[Tasks]
|
||||
Name: modifypath; Description: Add espanso to PATH ( recommended );
|
||||
|
@ -59,3 +60,5 @@ end;
|
|||
[Run]
|
||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||
|
||||
[UninstallRun]
|
||||
Filename: "{cmd}"; Parameters: "/C ""taskkill /im espanso.exe /f /t"
|
Loading…
Reference in New Issue
Block a user