Fixed #2
This commit is contained in:
parent
035777d688
commit
9e33051345
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@ proc copyFilesRec(origDir, currentDir, dest: string, pkgInfo: TPackageInfo) =
|
|||
else:
|
||||
var skip = false
|
||||
if file.splitFile().name[0] == '.': skip = true
|
||||
if file.splitFile().ext == "": skip = true
|
||||
for ignoreFile in pkgInfo.skipFiles:
|
||||
if samePaths(file, origDir / ignoreFile):
|
||||
skip = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue