mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-06-01 11:34:04 +02:00
Update design-revert deletion in installers (delete saved config, move from upd to full/port)
This commit is contained in:
parent
7c394f4b20
commit
41cbfb8d39
@ -50,6 +50,8 @@ Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChang
|
|||||||
|
|
||||||
[InstallDelete]
|
[InstallDelete]
|
||||||
Type: files; Name: "{app}\td-log.txt"
|
Type: files; Name: "{app}\td-log.txt"
|
||||||
|
Type: filesandordirs; Name: "{app}\plugins\official\design-revert"
|
||||||
|
Type: filesandordirs; Name: "{localappdata}\TD_Plugins\official\design-revert"
|
||||||
|
|
||||||
[UninstallDelete]
|
[UninstallDelete]
|
||||||
Type: files; Name: "{app}\debug.log"
|
Type: files; Name: "{app}\debug.log"
|
||||||
|
@ -41,6 +41,10 @@ Source: "..\bin\x86\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesu
|
|||||||
[Run]
|
[Run]
|
||||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall shellexec skipifsilent
|
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall shellexec skipifsilent
|
||||||
|
|
||||||
|
[InstallDelete]
|
||||||
|
Type: filesandordirs; Name: "{app}\plugins\official\design-revert"
|
||||||
|
Type: filesandordirs; Name: "{app}\portable\storage\TD_Plugins\official\design-revert"
|
||||||
|
|
||||||
[Code]
|
[Code]
|
||||||
var UpdatePath: String;
|
var UpdatePath: String;
|
||||||
|
|
||||||
|
@ -59,7 +59,6 @@ Type: files; Name: "{app}\CefSharp.BrowserSubprocess.exe"
|
|||||||
Type: files; Name: "{app}\td-log.txt"
|
Type: files; Name: "{app}\td-log.txt"
|
||||||
Type: files; Name: "{app}\debug.log"
|
Type: files; Name: "{app}\debug.log"
|
||||||
Type: files; Name: "{localappdata}\{#MyAppName}\ChromeDWriteFontCache"
|
Type: files; Name: "{localappdata}\{#MyAppName}\ChromeDWriteFontCache"
|
||||||
Type: filesandordirs; Name: "{app}\plugins\official\design-revert"
|
|
||||||
|
|
||||||
[UninstallDelete]
|
[UninstallDelete]
|
||||||
Type: files; Name: "{app}\*.*"
|
Type: files; Name: "{app}\*.*"
|
||||||
|
Loading…
Reference in New Issue
Block a user