From ad90a3686ed988c79956233ff969dd1c6489cc2a Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Fri, 30 Nov 2018 08:55:08 -0600 Subject: [PATCH] proton: Recreate Fonts directory if it somehow goes missing --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index bdfa8d7c..d383e788 100755 --- a/proton +++ b/proton @@ -231,6 +231,7 @@ def create_fonts_symlinks(prefix_path): ] windowsfonts = prefix_path + "/drive_c/windows/Fonts" + makedirs(windowsfonts) for p in fontsmap: lname = os.path.join(windowsfonts, p[1]) fname = os.path.join(fontsdir, p[0])