From 88b3ebb53ea429930eb76030f013ff22bf714738 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 1 May 2024 20:47:32 +0100 Subject: [PATCH] app: document plugin_loader param --- app/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/app/README.md b/app/README.md index c12a5b0..f455f9b 100644 --- a/app/README.md +++ b/app/README.md @@ -46,6 +46,7 @@ The following tasks are achieved by making web requests to `https://bolt-interna - `jx_...`: see "JX Variables" section - `hash`: a hash of a newer version of the game client to install. If set, there must also be POST data containing the downloaded contents of the .deb file. The .deb will be extracted, saved and launched. If all of that is successful, `rs3_linux_installed_hash` will be updated with the new hash. - `config_uri`: a string to pass as the `--configURI` command-line argument. If absent, none will be passed. + - `plugin_loader`: a boolean indicating whether the game should be launched with the Bolt plugin loader. If built without the plugin library feature, this param will be silently ignored. - `/launch-runelite-jar`: launches RuneLite from a JAR file. May have the following query params: - `jx_...`: see "JX Variables" section - `id`: an ID of a newer game version of the JAR to install (see `runelite_installed_id` above for where this ID is obtained.) If set, there must also be POST data containing the downloaded contents of the JAR file. The JAR will be saved and launched. If successful, `runelite_installed_id` will be updated with the new ID.