From 85616567f8a87972c8af245e90e4fbdd509a5c85 Mon Sep 17 00:00:00 2001 From: Pacman Ghost Date: Tue, 2 Apr 2024 22:46:26 +0700 Subject: [PATCH] Updated the help. --- vasl_templates/webapp/static/help/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vasl_templates/webapp/static/help/index.html b/vasl_templates/webapp/static/help/index.html index 439d0de..27615b8 100644 --- a/vasl_templates/webapp/static/help/index.html +++ b/vasl_templates/webapp/static/help/index.html @@ -54,8 +54,8 @@ If you have Docker installed, the webapp can be run in a container e.g.
./run-container.sh \ --port 5010 \ - --vassal ~/vassal-3.7.5/ \ - --vasl ~/vasl/vasl-6.6.7.vmod \ + --vassal ~/vassal-3.7.9/ \ + --vasl ~/vasl/vasl-6.6.8.vmod \ --vasl-extensions ~/vasl/extensions/ \ --boards ~/vasl/boards/ \ --chapter-h ~/vasl/chapter-h/ \ @@ -166,11 +166,11 @@ Configuring the program

Choose Settings from the File menu and configure the highlighted settings. As a guide, here are some example settings: -
VASSAL installation: C:\Program Files\VASSAL-3.7.5\ -
VASL module: C:\bin\vasl\vasl-6.6.7.vmod +
VASSAL installation: C:\Program Files\VASSAL-3.7.9\ +
VASL module: C:\bin\vasl\vasl-6.6.8.vmod
VASL extensions: C:\bin\vasl\extensions\
VASL boards: C:\bin\vasl\boards\ -
Java: C:\Program Files\VASSAL-3.7.5\jre\bin\java.exe +
Java: C:\Program Files\VASSAL-3.7.9\jre\bin\java.exe
Leave this field blank to use the Java that comes with VASSAL (Windows only), or on your PATH.
Web driver: C:\bin\geckodriver.exe