Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions bucket/litra-autotoggle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": "1.4.0",
"description": "Automatically turn your Logitech Litra device on when your webcam turns on, and off when your webcam turns off.",
"homepage": "https://github.com/timrogers/litra-autotoggle",
"license": "MIT",
"notes": [
"To run litra-autotoggle hidden at login, register a scheduled task (the '--headless' launch requires Windows 11):",
"$Action = New-ScheduledTaskAction -Execute 'conhost.exe' -Argument '--headless \"$dir\\litra-autotoggle.exe\"'",
"Register-ScheduledTask -TaskName 'litra-autotoggle' -Action $Action -Trigger (New-ScheduledTaskTrigger -AtLogOn) -Force",
"",
"To remove it from startup:",
"Unregister-ScheduledTask -TaskName 'litra-autotoggle' -Confirm:$false"
],
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/timrogers/litra-autotoggle/releases/download/v1.4.0/litra-autotoggle_v1.4.0_windows-amd64.exe#/litra-autotoggle.exe",
"hash": "a3a4bbdc88f655b856bda5dffb9f57bdd2e13594a96639f75b40fbb87e1ac610"
},
"arm64": {
"url": "https://github.com/timrogers/litra-autotoggle/releases/download/v1.4.0/litra-autotoggle_v1.4.0_windows-arm64.exe#/litra-autotoggle.exe",
"hash": "47cb9aa23baa41210abb4c9250d0aa54d5339380b909134bacb4d3c8e0721fc1"
}
},
"bin": "litra-autotoggle.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/timrogers/litra-autotoggle/releases/download/v$version/litra-autotoggle_v$version_windows-amd64.exe#/litra-autotoggle.exe"
},
"arm64": {
"url": "https://github.com/timrogers/litra-autotoggle/releases/download/v$version/litra-autotoggle_v$version_windows-arm64.exe#/litra-autotoggle.exe"
}
}
}
}
Loading