aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ws-manifest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/ws-manifest.pl')
-rwxr-xr-xpackaging/ws-manifest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/ws-manifest.pl b/packaging/ws-manifest.pl
index 2c5c216cbc..98af01b99d 100755
--- a/packaging/ws-manifest.pl
+++ b/packaging/ws-manifest.pl
@@ -43,6 +43,8 @@ while ($line = <>) {
if(scalar(@defines) == 0) {
undef @defines;
}
+ } elsif ($line =~/^File.*uninstall/) {
+ next;
} elsif ($line =~ /^File[^\"]+\"([^\"]+)\"/) {
$file = $1;
# make things relative to the root rather than the NSIS directory