vigem-iidxio: Add default configuration to dist files

Aligns with established idea in BT5 to always provide default configs
This commit is contained in:
icex2
2021-01-02 13:15:30 +01:00
parent 22f3845609
commit 3f2aed65e4
2 changed files with 28 additions and 0 deletions

View File

@@ -384,6 +384,7 @@ $(zipdir)/iidx-hwio-x86.zip: \
build/bin/indep-32/iidxio-ezusb2.dll \
dist/iidx/iidxio-bio2.conf \
build/bin/indep-32/vigem-iidxio.exe \
dist/iidx/vigem-iidxio.conf \
| $(zipdir)/
$(V)echo ... $@
$(V)zip -j $@ $^
@@ -395,6 +396,7 @@ $(zipdir)/iidx-hwio-x64.zip: \
build/bin/indep-64/iidxio-ezusb2.dll \
dist/iidx/iidxio-bio2.conf \
build/bin/indep-64/vigem-iidxio.exe \
dist/iidx/vigem-iidxio.conf \
| $(zipdir)/
$(V)echo ... $@
$(V)zip -j $@ $^