Skip to content

Commit

Permalink
add: anytype
Browse files Browse the repository at this point in the history
  • Loading branch information
windedge committed Feb 16, 2024
1 parent e89a740 commit babad16
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bucket/anytype.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "0.38.0",
"description": "Anytype is a local-first, P2P and open-source note-taking application",
"homepage": "https://anytype.io/",
"license": "Proprietary",
"architecture": {
"64bit": {
"url": "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%200.38.0.exe#/dl.7z",
"hash": "cd5f1fe25345cea1402ff890dfb7eac7811e083bd17b57e76f680438ff0c6575",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app*.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$R0\", \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
]
}
},
"bin": "Anytype.exe",
"shortcuts": [
[
"Anytype.exe",
"Anytype"
]
],
"checkver": {
"url": "https://download.anytype.io/",
"regex": "Desktop \\n\\s+?<span class=\"version\">v(\\d+?\\.\\d+?\\.\\d+?)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype%20Setup%20$version.exe#/dl.7z"
}
}
}
}

0 comments on commit babad16

Please sign in to comment.