Skip to content

Commit

Permalink
Merge pull request #210 from Shivansps/mod-install-rework-1
Browse files Browse the repository at this point in the history
Update summary
  • Loading branch information
Shivansps authored Jun 21, 2024
2 parents a7cffae + 501a616 commit 4c6ae4f
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 4c6ae4f

Please sign in to comment.