File path archive fix

pull/22/head
Piero Toffanin 2017-07-12 09:47:21 -04:00
rodzic 62eab13658
commit 3586a31f90
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -254,7 +254,7 @@ module.exports = class Task{
}else if (isGlob){
globs.push(filePath);
}else{
archive.file(filePath, {name: path.basename(file)});
archive.file(filePath, {name: file});
}
});