Bug 355242 - NSIS installer removes folders but not files listed in removed-files.in. r=sspitzer

This commit is contained in:
rob_strong%exchangecode.com 2006-10-03 22:37:09 +00:00
Родитель 6522f9dbe4
Коммит bf57a0d2e5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,7 @@ while (<>) {
print "Dir: \\$file\n";
}
else {
print "File: $file\n";
print "File: \\$file\n";
}
}