Install AutoHotkey as preparation

This commit is contained in:
Manuel Thalmann 2024-08-16 15:22:09 +02:00
parent ab490a401d
commit fbb6b008ac

View file

@ -161,6 +161,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;
} }