Skip to content

Commit

Permalink
Add ptr and move github updates to self-managed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Dec 2, 2024
1 parent cb80ebc commit b2dcc90
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
23 changes: 23 additions & 0 deletions bucket/bucket/ptr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"homepage": "https://github.com/8LWXpg/ptr",
"version": "0.8.0",
"description": "PowerToys Run plugin manager",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/8LWXpg/ptr/releases/download/v0.8.0/ptr-x86_64-pc-windows-msvc.zip#/dl.7z",
"hash": "5d5b172f4be54faa8fa9042951bfb519f6e93faaaaef1b563ef73c1fc17ef0db"
}
},
"bin": [
"ptr.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/8LWXpg/ptr/releases/download/v$version/ptr-x86_64-pc-windows-msvc.zip#/dl.7z"
}
}
}
}
9 changes: 3 additions & 6 deletions bucket/bucket/tag-studio.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://github.com/TagStudioDev/TagStudio",
"version": "v9.4.1",
"version": "9.4.1",
"description": "A User-Focused Photo & File Management System",
"license": "GPL-3.0",
"architecture": {
Expand All @@ -18,14 +18,11 @@
"TagStudio"
]
],
"checkver": {
"url": "https://github.com/TagStudioDev/TagStudio/releases",
"jsonpath": "$[0].tag_name"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/TagStudioDev/TagStudio/releases/download/$version/tagstudio_windows_x86_64_portable.zip#/dl.7z"
"url": "https://github.com/TagStudioDev/TagStudio/releases/download/v$version/tagstudio_windows_x86_64_portable.zip#/dl.7z"
}
}
}
Expand Down

0 comments on commit b2dcc90

Please sign in to comment.