Changed: #1093 Also copy .packed files in sheets install.

hg/feature/gsoc2012-fabien
kaetemi 14 years ago
parent c7a00d4ce0
commit b7eae7319b

@ -49,6 +49,7 @@ mkPath(log, installPath)
printLog(log, ">>> Install sheets <<<")
mkPath(log, ExportBuildDirectory + "/" + SheetsBuildDirectory)
copyFilesExtNoTreeIfNeeded(log, ExportBuildDirectory + "/" + SheetsBuildDirectory, installPath, ".packed_sheets")
copyFilesExtNoTreeIfNeeded(log, ExportBuildDirectory + "/" + SheetsBuildDirectory, installPath, ".packed")
printLog(log, "")
log.close()

Loading…
Cancel
Save