-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlinks.json
More file actions
43 lines (43 loc) · 2.01 KB
/
links.json
File metadata and controls
43 lines (43 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"project": {
"latestRelease": {
"deb": "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/latest/download/OpenTabletDriver.deb",
"rpm": "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/latest/download/OpenTabletDriver.rpm",
"osx-x64": "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/latest/download/OpenTabletDriver.osx-x64.tar.gz",
"win-x64": "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/latest/download/OpenTabletDriver.win-x64.zip"
},
"buildInstructions": {
"linux": "https://github.com/OpenTabletDriver/OpenTabletDriver#linux"
},
"OpenNewIssue": "https://github.com/OpenTabletDriver/OpenTabletDriver/issues/new",
"LatestReleasePage": "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/latest",
"UpstreamRepo": "https://github.com/OpenTabletDriver/OpenTabletDriver",
"GitRepo": "https://github.com/OpenTabletDriver/OpenTabletDriver.git",
"DiscordInvite": "https://discord.gg/9bcMaPkVAR"
},
"external": {
"TabletDriverCleanup": {
"latest": "https://github.com/X9VoiD/TabletDriverCleanup/releases/latest"
},
"Terra": {
"website": "https://terra.fyralabs.com/"
},
"VMultiDriver": {
"latest": "https://github.com/X9VoiD/vmulti-bin/releases/latest"
},
"VMultiModePlugin": {
"wiki": "https://github.com/X9VoiD/VoiDPlugins/wiki/VMultiMode"
},
"WindowsInkPlugin": {
"wiki": "https://github.com/X9VoiD/VoiDPlugins/wiki/WindowsInk"
},
"Microsoft": {
"AdjustUAC": "https://learn.microsoft.com/en-us/mem/intune/user-help/you-need-to-enable-uac-windows#adjust-protection-level",
"DotnetLinuxPackageMixup": "https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup#solutions",
"AddMicrosoftRepoOpenSUSE": "https://learn.microsoft.com/en-us/dotnet/core/install/linux-opensuse#opensuse-15"
},
"WinUSB": {
"zadig": "https://github.com/pbatard/libwdi/releases/download/v1.5.0/zadig-2.8.exe"
}
}
}