├── .github └── FUNDING.yml ├── LICENSE ├── LibreWolf-WinUpdater.ahk ├── LibreWolf-WinUpdater.ico ├── LibreWolf-WinUpdaterBlue.ico ├── README.md ├── SCREENSHOT.png ├── ScheduledTask-Create.ps1 └── ScheduledTask-Remove.ps1 /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: ['buymeacoff.ee/ltGuillaume'] 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltguillaume/librewolf-winupdater/HEAD/LICENSE -------------------------------------------------------------------------------- /LibreWolf-WinUpdater.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltguillaume/librewolf-winupdater/HEAD/LibreWolf-WinUpdater.ahk -------------------------------------------------------------------------------- /LibreWolf-WinUpdater.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltguillaume/librewolf-winupdater/HEAD/LibreWolf-WinUpdater.ico -------------------------------------------------------------------------------- /LibreWolf-WinUpdaterBlue.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltguillaume/librewolf-winupdater/HEAD/LibreWolf-WinUpdaterBlue.ico -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltguillaume/librewolf-winupdater/HEAD/README.md -------------------------------------------------------------------------------- /SCREENSHOT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltguillaume/librewolf-winupdater/HEAD/SCREENSHOT.png -------------------------------------------------------------------------------- /ScheduledTask-Create.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltguillaume/librewolf-winupdater/HEAD/ScheduledTask-Create.ps1 -------------------------------------------------------------------------------- /ScheduledTask-Remove.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltguillaume/librewolf-winupdater/HEAD/ScheduledTask-Remove.ps1 --------------------------------------------------------------------------------