You've already forked AstralRinth
forked from didirus/AstralRinth
fix: Correctly replace linux natives for LWJGL 3.3.1 (#20)
This commit is contained in:
@@ -2863,7 +2863,8 @@
|
|||||||
{
|
{
|
||||||
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
|
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
|
||||||
"match": [
|
"match": [
|
||||||
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1"
|
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1",
|
||||||
|
"org.lwjgl:lwjgl-glfw:3.3.1:natives-linux"
|
||||||
],
|
],
|
||||||
"override": {
|
"override": {
|
||||||
"downloads": {
|
"downloads": {
|
||||||
|
|||||||
Reference in New Issue
Block a user