Skip to content

Releases: revoconner/github-notify

Initial Release - v 1.0

29 May 21:20

Choose a tag to compare

Initial Release

  • Standalone executable for Windows 11
  • No auto start by default.

Auto Start

  • To enable autostart at user logon, do this after downloading the executable.
    • Download and place the GitHub-Notify-1.0.exe at a location of your choice.
    • Put the startup.ps1 file next to GitHub-Notify-1.0.exe
    • Right click and select Run with Powershell
    • image
  • If this doesn't work you run the script using powershell -ExecutionPolicy Bypass -File .\install-startup.ps1 or create a task in task scheduler manually, which is what the script does.
    • The script is AI generated and untested, use with caution.