summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-03-26 22:08:55 +0200
committerPetr Mrázek <peterix@gmail.com>2018-03-26 22:08:55 +0200
commit4c7ea0f99a23f73fd3cae87f7dfaab89922a2311 (patch)
tree7e23cfe24a56d5a0e535b36157995aa829993766
parenta1c713811c5a2f514f7255436cfad836e0cf426b (diff)
downloadMultiMC-4c7ea0f99a23f73fd3cae87f7dfaab89922a2311.tar
MultiMC-4c7ea0f99a23f73fd3cae87f7dfaab89922a2311.tar.gz
MultiMC-4c7ea0f99a23f73fd3cae87f7dfaab89922a2311.tar.lz
MultiMC-4c7ea0f99a23f73fd3cae87f7dfaab89922a2311.tar.xz
MultiMC-4c7ea0f99a23f73fd3cae87f7dfaab89922a2311.zip
NOISSUE explain the custom commands better
-rw-r--r--application/widgets/CustomCommands.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/widgets/CustomCommands.ui b/application/widgets/CustomCommands.ui
index 44104460..d3bc86b8 100644
--- a/application/widgets/CustomCommands.ui
+++ b/application/widgets/CustomCommands.ui
@@ -65,7 +65,7 @@
<item>
<widget class="QLabel" name="labelCustomCmdsDescription">
<property name="text">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Pre-launch command runs before the instance launches and post-exit command runs after it exits.&lt;/p&gt;&lt;p&gt;Both will be run in MultiMC's working folder with extra environment variables:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;INST_NAME - Name of the instance&lt;/li&gt;&lt;li&gt;INST_ID - ID of the instance&lt;/li&gt;&lt;li&gt;INST_DIR - absolute path of the instance&lt;/li&gt;&lt;li&gt;INST_MC_DIR - absolute path of minecraft&lt;/li&gt;&lt;li&gt;INST_JAVA - java binary used for launch&lt;/li&gt;&lt;li&gt;INST_JAVA_ARGS - command-line parameters used for launch&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Wrapper command allows launching using an extra wrapper program (like 'optirun' on Linux)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Pre-launch command runs before the instance launches and post-exit command runs after it exits.&lt;/p&gt;&lt;p&gt;Both will be run in MultiMC's working folder with extra environment variables:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;$INST_NAME - Name of the instance&lt;/li&gt;&lt;li&gt;$INST_ID - ID of the instance (its folder name)&lt;/li&gt;&lt;li&gt;$INST_DIR - absolute path of the instance&lt;/li&gt;&lt;li&gt;$INST_MC_DIR - absolute path of minecraft&lt;/li&gt;&lt;li&gt;$INST_JAVA - java binary used for launch&lt;/li&gt;&lt;li&gt;$INST_JAVA_ARGS - command-line parameters used for launch&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Wrapper command allows launching using an extra wrapper program (like 'optirun' on Linux)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>