From 9763a43943f3a97f52c572f6fb47a000f3eba227 Mon Sep 17 00:00:00 2001 From: Norbiros Date: Wed, 31 Jul 2024 22:14:30 +0200 Subject: [PATCH 1/2] fix: Correctly replace linux natives for LWJGL 3.3.1 (#20) --- daedalus_client/library-patches.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/daedalus_client/library-patches.json b/daedalus_client/library-patches.json index 268341a..0acd32e 100644 --- a/daedalus_client/library-patches.json +++ b/daedalus_client/library-patches.json @@ -2863,7 +2863,8 @@ { "_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing", "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": { "downloads": { @@ -2876,4 +2877,4 @@ "name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1" } } -] \ No newline at end of file +] From 6de8d2684adc7d699daa4c9f3b944b84cb8c4528 Mon Sep 17 00:00:00 2001 From: Norbiros Date: Wed, 31 Jul 2024 22:14:39 +0200 Subject: [PATCH 2/2] fix: Disable `Run Meta` on forks (#19) * fix: Disable `Run Meta` on forks * fix: Also don't run `docker` action --- .github/workflows/docker.yml | 1 + .github/workflows/run.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fb10142..274085f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,6 +9,7 @@ on: pull_request: jobs: docker: + if: github.repository_owner == 'modrinth' runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 1409fb4..635c611 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -7,6 +7,7 @@ on: jobs: run-docker: + if: github.repository_owner == 'modrinth' runs-on: ubuntu-latest steps: