diff options
author | Teddy Wing | 2018-11-16 03:07:21 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-16 03:07:21 +0100 |
commit | f82f60811267a1d8bd3f266aff4647fe74331ba9 (patch) | |
tree | 61dbb4e20e11a98cb7c6cb81c397c635856c7ddb | |
parent | 468fa54779136d747aa3f7a89e98753f31bbcb63 (diff) | |
download | dome-key-web-f82f60811267a1d8bd3f266aff4647fe74331ba9.tar.bz2 |
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.
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ cmd <Play> osascript -e 'activate application "Terminal"' -e 'tell applica <h2>System requirements</h2> <ul> <li> - Mac OS X 10.8 and later + Mac OS X 10.12 and later </li> <li> Wired headphones with 1–3 buttons (Bluetooth headphones are currently |