From ade7033c8b762ce98634e342caf7d3199aab7839 Mon Sep 17 00:00:00 2001 From: Geoffrey Vancoetsem <10533139+geeooff@users.noreply.github.com> Date: Fri, 18 Sep 2026 02:20:41 +0200 Subject: [PATCH] Say in the release notes what the installer does now The notes still told installer users to run init and install-task by hand, which the package has done itself since the first field install. The zip keeps those two lines; the installer's say the icon is the confirmation. The published v0.1.0 notes were corrected in place. Co-Authored-By: Claude Opus 5 --- scripts/release-notes.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release-notes.ps1 b/scripts/release-notes.ps1 index 1b0f14d..905d8c5 100644 --- a/scripts/release-notes.ps1 +++ b/scripts/release-notes.ps1 @@ -46,8 +46,8 @@ $lines = @( '', '## Install', '', - "- **GameModeExecutor-$version.msi** -- the installer. Per user, no administrator prompt, into ``%LOCALAPPDATA%\Programs\GameModeExecutor``. Then ``gamemode-executor init``, edit the file it wrote, ``gamemode-executor install-task``.", - "- **GameModeExecutor-$version.zip** -- the same executables, to unpack wherever you like.", + "- **GameModeExecutor-$version.msi** -- the installer. Per user, no administrator prompt, into ``%LOCALAPPDATA%\Programs\GameModeExecutor``. It writes a starter configuration if you have none, registers the logon task and starts the watcher: the icon beside the clock is the confirmation. Then right-click it, *Edit configuration*.", + "- **GameModeExecutor-$version.zip** -- the same executables, to unpack wherever you like. Then ``gamemode-executor init``, edit the file it wrote, ``gamemode-executor install-task``.", '', "[Documentation for this exact build]($docs).", '',