diff --git a/Build/Build-Module.ps1 b/Build/Build-Module.ps1 index 5bf5cf0..d1be3df 100644 --- a/Build/Build-Module.ps1 +++ b/Build/Build-Module.ps1 @@ -24,6 +24,7 @@ Build-Module -ModuleName 'Locksmith' { Copyright = "(c) 2022 - $((Get-Date).Year). All rights reserved." Description = 'A small tool to find and fix common misconfigurations in Active Directory Certificate Services.' ProjectUri = 'https://github.com/TrimarcJake/Locksmith' + IconUri = 'https://github.com/TrimarcJake/Locksmith/Images/locksmith.ico' PowerShellVersion = '5.1' Tags = @('Windows', 'Locksmith', 'CA', 'PKI', 'ActiveDirectory', 'CertificateServices','ADCS') } diff --git a/Images/locksmith.ico b/Images/locksmith.ico new file mode 100644 index 0000000..c8eafb4 Binary files /dev/null and b/Images/locksmith.ico differ