Skip to content

Commit

Permalink
Add stroke
Browse files Browse the repository at this point in the history
  • Loading branch information
Youxikong committed Sep 1, 2024
1 parent 88b7f7d commit b9c603c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bucket/stroke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "2024-04-04",
"description": "Mouse Gestures written in C#",
"homepage": "https://github.com/poerin/Stroke",
"license": "GPL-3.0",
"notes": "Stroke.Configure.exe for Configuration, Stroke.exe for starting",
"url": "https://github.com/poerin/Stroke/releases/download/2024-04-04/Stroke.zip",
"hash": "C9E4B09A9BAC90D362DC3FDF9E6C66863BAE6B124BC16F6E8875742667A151AB",
"extract_dir": "Stroke",
"shortcuts": [
[
"Stroke.exe",
"Stroke"
],
[
"Stroke.Configure.exe",
"Stroke.Configure"
]
],
"persist": [
"Settings"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/poerin/Stroke/releases/download/$version/Stroke.zip"
}
}

0 comments on commit b9c603c

Please sign in to comment.