mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-10-16 16:04:32 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
60887a4312 |
@@ -177,7 +177,7 @@ internal class DownloadTask private constructor(val metadata: IndexFile.File, de
|
||||
|
||||
if (fileSource.hashIsEqual(hash)) {
|
||||
// isDirectory follows symlinks, but createDirectories doesn't
|
||||
if (Files.isDirectory(destPath.parent)) {
|
||||
if (!Files.isDirectory(destPath.parent)) {
|
||||
Files.createDirectories(destPath.parent)
|
||||
}
|
||||
Files.copy(data.inputStream(), destPath, StandardCopyOption.REPLACE_EXISTING)
|
||||
|
Reference in New Issue
Block a user