summaryrefslogtreecommitdiffstats
path: root/core/views_caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2020-02-22 00:04:41 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2020-02-22 00:04:41 +0000
commit429c21a8e956dfcb2928088aabe0ed85215cca90 (patch)
treebcb897c4e08e850e35bd2c1c268c58b271353c6d /core/views_caves.py
parent8c10908353dde2c1c61e97b52665b82ef3b54164 (diff)
downloadtroggle-429c21a8e956dfcb2928088aabe0ed85215cca90.tar.gz
troggle-429c21a8e956dfcb2928088aabe0ed85215cca90.tar.bz2
troggle-429c21a8e956dfcb2928088aabe0ed85215cca90.zip
installing on WSL ubuntu on Windows 10
Diffstat (limited to 'core/views_caves.py')
-rw-r--r--core/views_caves.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views_caves.py b/core/views_caves.py
index af76b1e..a377cf1 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -371,6 +371,7 @@ areacolours = {
for FONT in [
"/usr/share/fonts/truetype/freefont/FreeSans.ttf",
"/usr/X11R6/lib/X11/fonts/truetype/arial.ttf",
+ "/mnt/c/windows/fonts/arial.ttf",
"C:\WINNT\Fonts\ARIAL.TTF"
]:
if os.path.isfile(FONT): break