Merge branch 'main' of github.com:thallada/modmapper into main

This commit is contained in:
Tyler Hallada 2022-09-29 20:10:58 -04:00
commit 7f0f5ca2ff

View File

@ -151,7 +151,7 @@ pub async fn process_plugin(
game_name, game_name,
&format!("{}", db_mod.nexus_mod_id), &format!("{}", db_mod.nexus_mod_id),
&format!("{}", db_file.nexus_file_id), &format!("{}", db_file.nexus_file_id),
file_path, &file_path.replace("./", "/"), // NTFS does not like trailing periods in folder names
] ]
.iter() .iter()
.collect::<PathBuf>(); .collect::<PathBuf>();