Install AutoHotkey as preparation

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

View file

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