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
Родитель 80e93cf1b7
Коммит 38d41f258b
1 изменённых файлов: 1 добавлений и 1 удалений

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

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