Install AutoHotkey as preparation

This commit is contained in:
Manuel Thalmann 2024-08-16 15:22:09 +02:00
parent 6ed428f115
commit d4510f24b8

View file

@ -161,6 +161,7 @@ $null = New-Module {
. "$PSScriptRoot/../Software/PinnedItem/Manage.ps1";
};
Install-WingetPackage AutoHotkey.AutoHotkey;
Set-Stage ([SetupStage]::Configure);
break;
}