proton: Recreate Fonts directory if it somehow goes missing

This commit is contained in:
Andrew Eikum 2018-11-30 08:55:08 -06:00
parent dcd5907f59
commit ad90a3686e

1
proton
View file

@ -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])