KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
21 stars 10 forks source link

Set File.Move() on installer update.exe update to override existing file #167

Closed Shivansps closed 4 months ago

Shivansps commented 4 months ago

When i was updating the installer version 0.2.0-RC10 to 1.0 i got an error

"you cant create a file that already exists" on "kn_update\update.exe"

I have no idea why that file was there maybe was a leftover with an older version from before we implemented the scripts, as the script should have cleared it. Anyway, overrwritting the file if it exist seems to be the right solution. I dont really know how to test it but it should work.

JohnAFernandez commented 4 months ago

Fixes #166