Skip to content

Commit

Permalink
chore: update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent e59553e commit 8324023
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"addons": [{
"id": "coro_diff",
"type": "library",
"description": "Diff library that yields.",
"version": "0.1.0",
"path": "library",
"files": [
{
"arch": "x86_64-linux",
"checksum": "SKIP",
"url": "https://github.com/Guldoman/lite-xl-coro_diff/releases/download/0.1.0/myers_midpoint.so",
"path": "native"
}
]
}]
"addons": [
{
"id": "coro_diff",
"type": "library",
"description": "Diff library that yields.",
"version": "0.1.0",
"path": "library",
"files": [
{
"arch": "x86_64-linux",
"checksum": "5e2ff633a043ccb901b8019f3e58e837cd440f276c6038e1832888b98f24c275",
"url": "https://github.com/Guldoman/lite-xl-coro_diff/releases/download/0.1.0/myers_midpoint.so",
"path": "native"
}
]
}
]
}

0 comments on commit 8324023

Please sign in to comment.