diff --git a/Cursed.Base/Models/Modpack.fs b/Cursed.Base/Models/Modpack.fs index 328ec63..1337722 100644 --- a/Cursed.Base/Models/Modpack.fs +++ b/Cursed.Base/Models/Modpack.fs @@ -113,7 +113,7 @@ type Modpack(app: Application) as this = match maybeCopyMod with | Some copyModLocation -> job { - File.Move(copyModLocation, modsDirectory @@ Path.GetFileName(copyModLocation)) + File.Copy(copyModLocation, modsDirectory @@ Path.GetFileName(copyModLocation), false) this.UpdateProgress file.ProjectId } | None -> diff --git a/release-notes.md b/release-notes.md index 4cb838f..601fbd7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,7 @@ -## New in 1.4.0 +## New in 1.4.1 +* Fix "bug" where existing mods were moved insead of copied because I'm an absolute idiot + +## New in 1.4.0 * Load previously used download location and Curseforge link * Copy existing mods from file system instead of redownloading them * Add fancy icon