mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
18 lines
462 B
Plaintext
18 lines
462 B
Plaintext
; ViGEmBus cab file for attestation submission
|
|
.OPTION EXPLICIT
|
|
.Set CabinetFileCountThreshold=0
|
|
.Set FolderFileCountThreshold=0
|
|
.Set FolderSizeThreshold=0
|
|
.Set MaxCabinetSize=0
|
|
.Set MaxDiskFileCount=0
|
|
.Set MaxDiskSize=0
|
|
.Set CompressionType=MSZIP
|
|
.Set Cabinet=on
|
|
.Set Compress=on
|
|
; ARM64
|
|
.Set CabinetNameTemplate=ViGEmBus_ARM64.cab
|
|
.Set DestinationDir=ViGEmBus_ARM64
|
|
LICENSE
|
|
bin\ARM64\ViGEmBus.pdb
|
|
bin\ARM64\ViGEmBus\ViGEmBus.inf
|
|
bin\ARM64\ViGEmBus\ViGEmBus.sys |