diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2023-05-14 01:47:09 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2023-05-14 01:47:09 -0400 | 
| commit | 6e2ff44c33226e6d03810ae5fae9645605d3e89d (patch) | |
| tree | b55287a08542b8bf74cb58583ff9c64581807f59 | |
| parent | 9568ea5118b9100b3375a6bd2153042506b0d5d1 (diff) | |
| parent | 6bd38fc7ab77c485d8fa8539803a5cfd3614fcad (diff) | |
| download | NPEhero-6e2ff44c33226e6d03810ae5fae9645605d3e89d.tar.gz NPEhero-6e2ff44c33226e6d03810ae5fae9645605d3e89d.tar.bz2 NPEhero-6e2ff44c33226e6d03810ae5fae9645605d3e89d.zip | |
Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarhero
| -rw-r--r-- | README.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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` | 
