mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-04 01:42:58 -05:00
build: sys: pacify hardware center validation
Infverif /k no longer likes "undecorated" [DefaultInstall] sections and instead it wants them "architecture decorated". For example, [DefaultInstall.ntarm64]. So play along to have our driver signed. For more information see: https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/creating-a-primitive-driver
This commit is contained in:
@ -8,7 +8,7 @@ Provider = !Provider!
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
||||
[DefaultInstall]
|
||||
[DefaultInstall.!ArchDecoration!]
|
||||
CopyFiles = Driver.CopyFiles
|
||||
|
||||
[Driver.CopyFiles]
|
||||
|
Reference in New Issue
Block a user