Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/release-notes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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).",
'',
Expand Down