Merge branch 'MultiMC:develop' into develop

This commit is contained in:
Sebastían
2021-07-27 19:17:46 -05:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ if [ "x$DEPS_LIST" = "x" ]; then
chmod +x "${MMC_DIR}/bin/MultiMC" chmod +x "${MMC_DIR}/bin/MultiMC"
# Run MultiMC # Run MultiMC
"${MMC_DIR}/bin/MultiMC" -d "${MMC_DIR}" "$@" exec -a "${MMC_DIR}/MultiMC" "${MMC_DIR}/bin/MultiMC" -d "${MMC_DIR}" "$@"
# Run MultiMC in valgrind # Run MultiMC in valgrind
# valgrind --log-file="valgrind.log" --leak-check=full --track-origins=yes "${MMC_DIR}/bin/MultiMC" -d "${MMC_DIR}" "$@" # valgrind --log-file="valgrind.log" --leak-check=full --track-origins=yes "${MMC_DIR}/bin/MultiMC" -d "${MMC_DIR}" "$@"
@@ -45,7 +45,7 @@ if [ "x$DEPS_LIST" = "x" ]; then
# use callgrind_control -i on/off to profile actions # use callgrind_control -i on/off to profile actions
# Exit with MultiMC's exit code. # Exit with MultiMC's exit code.
exit $? # exit $?
else else
# apt # apt
if which apt-file &>/dev/null; then if which apt-file &>/dev/null; then