|
@@ -0,0 +1,22 @@
|
|
1
|
+{
|
|
2
|
+ "homepage": "https://github.com/ykon/w10wheel.net",
|
|
3
|
+ "description": "W10Wheel.NET is the Mouse Wheel Simulator for Windows 10. It is a port of github.com/ykon/w10wheel from Java to .NET Framework.",
|
|
4
|
+ "version": "2.7",
|
|
5
|
+ "license": "MIT",
|
|
6
|
+ "url": "https://github.com/ykon/w10wheel.net/releases/download/v2.7/W10Wheel.NET-2.7.zip",
|
|
7
|
+ "hash": "sha256:06E999D1E10C6C8F3276DA339EC6D26B3E7B8A726BC46FE054E334ACA182B772",
|
|
8
|
+ "extract_dir": "W10Wheel.NET-2.7",
|
|
9
|
+ "bin": [
|
|
10
|
+ [
|
|
11
|
+ "W10Wheel.exe",
|
|
12
|
+ "W10Wheel"
|
|
13
|
+ ]
|
|
14
|
+ ],
|
|
15
|
+ "shortcuts": [
|
|
16
|
+ [
|
|
17
|
+ "W10Wheel.exe",
|
|
18
|
+ "W10Wheel"
|
|
19
|
+ ]
|
|
20
|
+ ],
|
|
21
|
+ "checkver": "github"
|
|
22
|
+}
|