mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
BUG-2070: Prevents all files in the target directory to be deleted, I am not certain yet if this is THE solution... [skip ci]
This commit is contained in:
parent
5226b5d79f
commit
fdd855cf14
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ Filename: "{app}\{#ExeName}.exe"; Description: "{cm:startgreenshot}"; Parameters
|
|||
Filename: "http://getgreenshot.org/thank-you/?language={language}&version={#Version}"; Flags: shellexec runasoriginaluser
|
||||
|
||||
[InstallDelete]
|
||||
Name: {app}; Type: filesandordirs;
|
||||
Name: {app}; Type: dirifempty;
|
||||
|
||||
[UninstallRun]
|
||||
Filename: "{code:GetNGENPath}\ngen.exe"; Parameters: "uninstall ""{app}\{#ExeName}.exe"""; StatusMsg: "Cleanup"; Flags: runhidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue