This patch fixes https://github.com/StevenBlack/hosts/pull/1165#issuecomment-
590111613.
This patch simply, replace the `\` Windows directory separator, with the
universal `/` of the web convention.
final_file,
"# Fetch the latest version of this file: "
"https://raw.githubusercontent.com/StevenBlack/hosts/master/"
- + path_join_robust(header_params["outputsubfolder"], "")
+ + path_join_robust(header_params["outputsubfolder"], "").replace("\\", "/")
+ "hosts\n",
)
write_data(