summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.nvchecker.toml4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2d46cdc04617..e58b2f8fa164 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
!*.rules
!*.install
!*.service
+!.nvchecker.toml
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..5333061c38cb
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,4 @@
+[wootility3-appimage]
+source = "httpheader"
+url = "https://api.wooting.io/public/wootility/download?os=linux"
+regex = "wootility-(3\\.(?:\\d|\\.)+)\\.AppImage"