From 501a6160d177f27db394b78687fff49648ab61e5 Mon Sep 17 00:00:00 2001 From: Salvador Cipolla Date: Thu, 20 Jun 2024 12:56:10 -0300 Subject: [PATCH] Update summary --- Knossos.NET/ViewModels/Templates/TaskItemViewModel.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Knossos.NET/ViewModels/Templates/TaskItemViewModel.cs b/Knossos.NET/ViewModels/Templates/TaskItemViewModel.cs index 6932693d..fd64ec80 100644 --- a/Knossos.NET/ViewModels/Templates/TaskItemViewModel.cs +++ b/Knossos.NET/ViewModels/Templates/TaskItemViewModel.cs @@ -215,7 +215,9 @@ public TaskItemViewModel() /// if we are installing a mod whiout compressing it, all other compressed versions of this mod will be ignored. /// /// If useHardlinks is true, it will try to hardlink files, that would create "copies" of the files whiout increasing - /// disk usage, if it fails it will revert to copy files + /// disk usage, if it fails it will revert to copy files for this entire package at least. + /// + /// Hardlinks failing could be caused by user not having permissions or the filesystem not supporting hardlinks (FAT32, EXFAT). /// /// ///