From b67a902004f657a4e43b2ad2832154c65cd9b732 Mon Sep 17 00:00:00 2001 From: sagar-develop Date: Tue, 9 Jun 2026 01:42:19 +0530 Subject: [PATCH] docs: correct Gource winget id (acaudwell.Gource) + note UAC requirement Verified the package id via `winget search gource`; the install needs admin elevation (fails 0x800704c7 in an unattended shell). Co-Authored-By: Claude Opus 4.8 --- docs/gource.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/gource.md b/docs/gource.md index 0bcbf28..87cf947 100644 --- a/docs/gource.md +++ b/docs/gource.md @@ -8,11 +8,12 @@ the *organic* growth over time. Handy for launch posts and talks. ## Install (Windows) ```powershell -winget install Acaceia.Gource +winget install acaudwell.Gource ``` -(ffmpeg is also required for video output — already present in this environment. On a -clean machine: `winget install Gyan.FFmpeg`.) +This installer needs administrator rights — accept the UAC prompt (an unattended/CI +shell will fail with `0x800704c7`). ffmpeg is also required for video output: on a clean +machine, `winget install Gyan.FFmpeg`. Gource needs an OpenGL context, so run it on a desktop session (not a headless shell).