summaryrefslogtreecommitdiff
path: root/Djup.Native/patch-deps.sh
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2024-10-11 13:31:44 +0300
committerJoel Stålnacke <joel@saker.fi>2024-10-13 13:34:46 +0300
commit53a1cdf5bee2955995dfbf441f5354d1dcfc1e0c (patch)
treebe8c2894226a2b7e1a47f7583f2041df75f795b3 /Djup.Native/patch-deps.sh
parent4bac6ae2e725a1997674fd3369bf4ea032235d8b (diff)
Add Godot client
Diffstat (limited to 'Djup.Native/patch-deps.sh')
-rwxr-xr-xDjup.Native/patch-deps.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Djup.Native/patch-deps.sh b/Djup.Native/patch-deps.sh
new file mode 100755
index 0000000..d1f3bbf
--- /dev/null
+++ b/Djup.Native/patch-deps.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+depsjson="$(find "$1" -name '*.deps.json')"
+patched="$(jq '.targets.".NETCoreApp,Version=v8.0"."Djup.Native/1.0.0" += {"runtimeTargets": {"runtimes/linux-x64/native/libdjup.so": {"rid": "linux-x64", "assetType": "native"} }}' "$depsjson")"
+echo -n "$patched" > "$depsjson"