-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
While the action appends to the config.properties, for some keys it's not possible to provide an own configuration, as they are going to appear twice in the config.properties. Perhaps, for these keys we should check their existence in the config.properties first.
Lines 52 to 62 in f170c7a
| - name: Bootstrap HeadlessMC | |
| run: | | |
| mkdir -p HeadlessMC run/mods | |
| cat <<EOF >> HeadlessMC/config.properties | |
| hmc.java.versions=$JAVA_HOME/bin/java | |
| hmc.gamedir=$PWD/run | |
| hmc.offline=true | |
| hmc.rethrow.launch.exceptions=true | |
| hmc.exit.on.failed.command=true | |
| EOF | |
| shell: bash |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels