We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4105f9 commit 94a71a8Copy full SHA for 94a71a8
src/main/resources/windows/iss.vtl
@@ -116,7 +116,7 @@ begin
116
installLocation := GetInstallLocation();
117
if installLocation <> '' then
118
begin
119
- libsLocation := installLocation + 'libs';
+ libsLocation := installLocation + '${info.libsFolder.name}';
120
DelTree(libsLocation, True, True, True);
121
end;
122
0 commit comments