diff --git a/bucket/markdown-oxide.json b/bucket/markdown-oxide.json new file mode 100644 index 0000000000..f75706451e --- /dev/null +++ b/bucket/markdown-oxide.json @@ -0,0 +1,25 @@ +{ + "version": "0.25.0", + "description": "Robust, Minimalist, Unbundled PKM for your favorite text-editor through the LSP", + "homepage": "https://oxide.md", + "license": "GPL-3.0", + "architecture": { + "64bit": { + "url": "https://github.com/Feel-ix-343/markdown-oxide/releases/download/v0.25.0/markdown-oxide-v0.25.0-x86_64-pc-windows-gnu.zip", + "hash": "0ed9d84b29f8158575bbf4caf5bf8d38d6fb2f32edeb203de3c71f9d65d81894", + "extract_dir": "markdown-oxide-v0.25.0-x86_64-pc-windows-gnu" + } + }, + "bin": "markdown-oxide.exe", + "checkver": { + "github": "https://github.com/Feel-ix-343/markdown-oxide" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Feel-ix-343/markdown-oxide/releases/download/v$version/markdown-oxide-v$version-x86_64-pc-windows-gnu.zip", + "extract_dir": "markdown-oxide-v$version-x86_64-pc-windows-gnu" + } + } + } +}