aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-05-14 01:47:09 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-05-14 01:47:09 -0400
commit6e2ff44c33226e6d03810ae5fae9645605d3e89d (patch)
treeb55287a08542b8bf74cb58583ff9c64581807f59
parent9568ea5118b9100b3375a6bd2153042506b0d5d1 (diff)
parent6bd38fc7ab77c485d8fa8539803a5cfd3614fcad (diff)
downloadNPEhero-6e2ff44c33226e6d03810ae5fae9645605d3e89d.tar.gz
NPEhero-6e2ff44c33226e6d03810ae5fae9645605d3e89d.tar.bz2
NPEhero-6e2ff44c33226e6d03810ae5fae9645605d3e89d.zip
Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarhero
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 57bcd0f..e7640b0 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ javafx guides (really helpful website):
### VM arguements
#### Windows
-`--module-path lib/windows/lib --add-modules javafx.controls,javafx.fxml`
+`--module-path lib/windows/lib --add-modules javafx.controls,javafx.fxml,javafx.media`
#### Linux
-`--module-path lib/linux --add-modules javafx.controls,javafx.fxml`
+`--module-path lib/linux --add-modules javafx.controls,javafx.fxml,javafx.media`