@ -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
}