Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.63 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.63 KB

event-counter

Tracks key presses and mouse inputs, displaying the count in a minimal UI. Once the game version is selected, the count resets upon starting a new game or with the F12 key.

Requirements

  • For Windows machines

Installation

Download and run the event-counter.exe file from the latest Releases.

You may need to set an exclusion for the exe file, or else Windows Defender will probably flag and delete it. Refer to the Windows documentation for more information.

Verification

The executable file found under Releases was signed using Sigstore's cosign tool. You can use cosign to verify the file's provenance, confirming it was built by GitHub Actions and hasn't been tampered with. Receiving a "Verified OK" output provides a cryptographic attestation that this file came from GitHub Actions.

  1. Install cosign https://docs.sigstore.dev/system_config/installation/
  2. Download event-counter.exe and cosign.bundle from Releases
  3. Run the command below to verify. Note: Replace NAME-OF-RELEASE with the release # from GitHub.
$ cosign verify-blob path/to/event-counter.exe \
  --bundle path/to/cosign.bundle \
  --certificate-identity=https://github.com/SeungKang/event-counter/.github/workflows/build.yaml@refs/tags/NAME-OF-RELEASE \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \

When it completes you should receive the following output:

Verified OK