mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-09 05:34:05 +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]
|
||||
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]
|
||||
Type: files; Name: "{app}\debug.log"
|
||||
|
@ -41,6 +41,10 @@ Source: "..\bin\x86\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesu
|
||||
[Run]
|
||||
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]
|
||||
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}\debug.log"
|
||||
Type: files; Name: "{localappdata}\{#MyAppName}\ChromeDWriteFontCache"
|
||||
Type: filesandordirs; Name: "{app}\plugins\official\design-revert"
|
||||
|
||||
[UninstallDelete]
|
||||
Type: files; Name: "{app}\*.*"
|
||||
|
Loading…
Reference in New Issue
Block a user