This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# https://bugs.mojang.com/browse/MC-122477 | |
# Replaces the extracted libglfw.so with this custom built one. | |
# How that can be done depends on your launcher. | |
# Minecraft version doesn't matter but GLFW version should match. | |
# | |
set -xe | |
# GLFW for LWJGL 3.3.1: https://github.com/glfw/glfw/archive/97da62a027794d9ff0f4512268cb9a73a8fb5073.zip |