diff options
author | Una <me@unascribed.com> | 2022-04-05 23:22:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 08:22:24 +0200 |
commit | dc6340bf384d6f54f9f2793c55235b1bdd879b00 (patch) | |
tree | a7cab6592c4ad585e164fad3703a3b1107ae6042 /launcher/ui/widgets/CustomCommands.ui | |
parent | 8732bea99b44b8b6a9aa67c37e13c37659991641 (diff) | |
download | PrismLauncher-dc6340bf384d6f54f9f2793c55235b1bdd879b00.tar.gz PrismLauncher-dc6340bf384d6f54f9f2793c55235b1bdd879b00.tar.bz2 PrismLauncher-dc6340bf384d6f54f9f2793c55235b1bdd879b00.zip |
Allow components to specify Java agents and JVM arguments (#175)
Diffstat (limited to 'launcher/ui/widgets/CustomCommands.ui')
-rw-r--r-- | launcher/ui/widgets/CustomCommands.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/widgets/CustomCommands.ui b/launcher/ui/widgets/CustomCommands.ui index dbd54431..650a9cc1 100644 --- a/launcher/ui/widgets/CustomCommands.ui +++ b/launcher/ui/widgets/CustomCommands.ui @@ -74,7 +74,7 @@ <item> <widget class="QLabel" name="labelCustomCmdsDescription"> <property name="text"> - <string><html><head/><body><p>Pre-launch command runs before the instance launches and post-exit command runs after it exits.</p><p>Both will be run in the launcher's working folder with extra environment variables:</p><ul><li>$INST_NAME - Name of the instance</li><li>$INST_ID - ID of the instance (its folder name)</li><li>$INST_DIR - absolute path of the instance</li><li>$INST_MC_DIR - absolute path of Minecraft</li><li>$INST_JAVA - Java binary used for launch</li><li>$INST_JAVA_ARGS - command-line parameters used for launch</li></ul><p>Wrapper command allows launching using an extra wrapper program (like 'optirun' on Linux)</p></body></html></string> + <string><html><head/><body><p>Pre-launch command runs before the instance launches and post-exit command runs after it exits.</p><p>Both will be run in the launcher's working folder with extra environment variables:</p><ul><li>$INST_NAME - Name of the instance</li><li>$INST_ID - ID of the instance (its folder name)</li><li>$INST_DIR - absolute path of the instance</li><li>$INST_MC_DIR - absolute path of Minecraft</li><li>$INST_JAVA - Java binary used for launch</li><li>$INST_JAVA_ARGS - command-line parameters used for launch (warning: will not work correctly if arguments contain spaces)</li></ul><p>Wrapper command allows launching using an extra wrapper program (like 'optirun' on Linux)</p></body></html></string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |