From 6756e5774cd297f45cec6e9bba6531b96a46d9dd Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Sun, 4 Dec 2022 04:08:02 +0100 Subject: [PATCH] Last text... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e48812..c38cff3 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ Remove scheduled tasks and scripts. See https://github.com/Romanitho/Winget-AutoUpdate/discussions/88 ## Custom scripts (Mods feature) -From version 1.8.0, the Mods feature allows you to run an additional script when upgrading or installing an app. -Just put the script in question with the **AppID** followed by the `-preinstall`, `-upgrade`, `-install` or `-installed` suffix in the **mods** folder. +From version 1.8.0, the Mods feature allows you to run additional scripts when upgrading or installing an app. +Just put the scripts in question with the **AppID** followed by the `-preinstall`, `-upgrade`, `-install` or `-installed` suffix in the **mods** folder. > Runs before upgrade/install: `AppID-preinstall.ps1` > Runs during upgrade/install (before install check): `AppID-upgrade.ps1`/`AppID-install.ps1` > Runs after upgrade/install has been confirmed: `AppID-installed.ps1`