We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows
PolyMC 6.1
Qt 6.6.1
When I use $INST_JAVA_ARGS in custom commands, it is identified as $INST_JAVA_ARGS, like path/to/javaw.exe_ARGS
$INST_JAVA_ARGS
$INST_JAVA
path/to/javaw.exe_ARGS
Pre-launch command
echo $INST_JAVA_ARGS
Running Pre-Launch command: echo path/to/javaw.exe_ARGS
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Operating System
Windows
Version of PolyMC
PolyMC 6.1
Version of Qt
Qt 6.6.1
Description of bug
When I use
$INST_JAVA_ARGS
in custom commands, it is identified as$INST_JAVA
_ARGS, likepath/to/javaw.exe_ARGS
Steps to reproduce
$INST_JAVA_ARGS
toPre-launch command
, such asecho $INST_JAVA_ARGS
(No need to consider whether it can be executed).Running Pre-Launch command: echo path/to/javaw.exe_ARGS
Suspected cause
No response
This issue is unique
The text was updated successfully, but these errors were encountered: