mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
21 lines
587 B
Plaintext
21 lines
587 B
Plaintext
.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
|
|
.Set CabinetNameTemplate=ViGEmBus.cab
|
|
.Set DestinationDir=ViGEmBus
|
|
.\artifacts\ViGEmBus.inf
|
|
.Set DestinationDir=ViGEmBus\x64
|
|
.\artifacts\x64\ViGEmBus.sys
|
|
.\artifacts\x64\ViGEmBus.pdb
|
|
.\artifacts\x64\WdfCoinstaller01009.dll
|
|
.Set DestinationDir=ViGEmBus\x86
|
|
.\artifacts\x86\ViGEmBus.sys
|
|
.\artifacts\x86\ViGEmBus.pdb
|
|
.\artifacts\x86\WdfCoinstaller01009.dll |