diff --git a/ModPacker.cs b/ModPacker.cs index 80b1b79..fd19f75 100644 --- a/ModPacker.cs +++ b/ModPacker.cs @@ -450,7 +450,8 @@ namespace AM2R_ModPacker else { wasSuccessfull = true; - saveFilePath = dialog.FileName.Replace(match.Value, "%localappdata%"); + saveFilePath = dialog.FileName.Replace(match.Value, "%localappdata%/"); + saveFilePath = saveFilePath.Replace("\", "/"); // if we don't do this, custom save locations are going to fail on Linux } } else