mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-10-14 15:24:33 +02:00
Whoops
This commit is contained in:
@@ -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