diff options
| author | Joel Stålnacke <joel@saker.fi> | 2026-03-19 22:30:56 +0200 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2026-03-19 22:30:56 +0200 |
| commit | 745406dc65aecc438a53f96badc387a32b7a338f (patch) | |
| tree | cc597855dac943efe627fce160782585e27feadf /Djup.Native/patch-deps.sh | |
| parent | 3b60cd682120947119f442bb71ab2a5e98decccc (diff) | |
Add Mibo project
The Djup project is DesktopGL project
Diffstat (limited to 'Djup.Native/patch-deps.sh')
| -rwxr-xr-x | Djup.Native/patch-deps.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Djup.Native/patch-deps.sh b/Djup.Native/patch-deps.sh deleted file mode 100755 index 8015323..0000000 --- a/Djup.Native/patch-deps.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -depsjson="$(find "$1" -name '*.deps.json')" -patched="$(jq '.targets.".NETCoreApp,Version=v10.0"."Djup.Native/1.0.0" += {"runtimeTargets": {"runtimes/linux-x64/native/libdjup.so": {"rid": "linux-x64", "assetType": "native"} }}' "$depsjson")" -echo -n "$patched" > "$depsjson" |
