Skip to content

Commit

Permalink
Update summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivansps committed Jun 20, 2024
1 parent 71c6e7c commit 501a616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Knossos.NET/ViewModels/Templates/TaskItemViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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).
/// </summary>
/// <param name="mod"></param>
/// <param name="oldVersions"></param>
Expand Down

0 comments on commit 501a616

Please sign in to comment.