Skip to content

Commit 94a71a8

Browse files
committed
Update iss.vtl
1 parent a4105f9 commit 94a71a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/windows/iss.vtl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ begin
116116
installLocation := GetInstallLocation();
117117
if installLocation <> '' then
118118
begin
119-
libsLocation := installLocation + 'libs';
119+
libsLocation := installLocation + '${info.libsFolder.name}';
120120
DelTree(libsLocation, True, True, True);
121121
end;
122122
end;

0 commit comments

Comments
 (0)