diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2024-04-03 21:27:24 +0200 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2024-04-03 21:27:24 +0200 |
| commit | 194b6ec3b29ed1102488bd2cc718c9ca4346b5c1 (patch) | |
| tree | f2950233038799110074e5425e909b09ea615691 | |
| parent | bc979925496a20b310f400fb93e3a30152de648d (diff) | |
| download | Project-Tick-194b6ec3b29ed1102488bd2cc718c9ca4346b5c1.tar.gz Project-Tick-194b6ec3b29ed1102488bd2cc718c9ca4346b5c1.zip | |
fix: fix arm32 rules for freetype
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
| -rw-r--r-- | static/mojang/library-patches.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/mojang/library-patches.json b/static/mojang/library-patches.json index 59e1fa800f..74d4d26c4b 100644 --- a/static/mojang/library-patches.json +++ b/static/mojang/library-patches.json @@ -2255,7 +2255,7 @@ { "action": "allow", "os": { - "name": "linux-arm64" + "name": "linux-arm32" } } ] @@ -2671,7 +2671,7 @@ { "action": "allow", "os": { - "name": "linux-arm64" + "name": "linux-arm32" } } ] |
