From f82f60811267a1d8bd3f266aff4647fe74331ba9 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 16 Nov 2018 03:07:21 +0100 Subject: index.html: Increase minimum OS requirement Just tested the program on 10.8 and it didn't work. It ran just fine, but didn't run map actions, and I'm not sure why. Used the release build, so I didn't debug it at all. Since I'm planning an imminent public release, just set the minimum to an OS version that we know for sure works. In the future, I'd still like to get the program working on 10.8. We can always bring down the minimum OS version. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index aff9df3..160db22 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,7 @@ cmd <Play> osascript -e 'activate application "Terminal"' -e 'tell applica

System requirements