Improve setup.exe metadata

This commit is contained in:
Lauri Kenttä
2024-06-21 15:30:26 +03:00
parent fa6fae3aa3
commit 9a0d4737e1
2 changed files with 22 additions and 4 deletions

View File

@@ -13,8 +13,12 @@ using System.Runtime.CompilerServices;
using System.Management;
using Microsoft.Win32;
[assembly: AssemblyInformationalVersionAttribute(GIT_DESCRIBE.data)]
[assembly: AssemblyProductAttribute("HackBGRT")]
#if GIT_DESCRIBE
[assembly: AssemblyVersion(GIT_DESCRIBE.numeric)]
#endif
[assembly: AssemblyProduct("HackBGRT")]
[assembly: AssemblyTitle("HackBGRT Installer")]
[assembly: AssemblyDescription("HackBGRT boot logo changer for UEFI")]
/**
* HackBGRT Setup.