Merge pull request #1607 from Margen67/patch-1
Remove unused d3d8.dll from appveyor-gather.bat
This commit is contained in:
commit
a9d1abcf71
|
@ -14,7 +14,7 @@
|
|||
@pushd %BUILD_PATH%
|
||||
|
||||
:: Add Cxbx binaries
|
||||
@call %ZIP_APP% u %ARTIFACT_PATH% Cxbx.exe glew32.dll subhook.dll d3d8.dll CxbxVSBC.dll
|
||||
@call %ZIP_APP% u %ARTIFACT_PATH% Cxbx.exe glew32.dll subhook.dll CxbxVSBC.dll
|
||||
|
||||
:: Add debugger binaries
|
||||
@call %ZIP_APP% u %ARTIFACT_PATH% CxbxDebugger.exe capstone.dll cs_x86.dll
|
||||
|
|
Loading…
Reference in New Issue