mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops
This commit is contained in:
parent
babfa44614
commit
04faacdc84
1 changed files with 4 additions and 2 deletions
|
@ -13,9 +13,11 @@ del %name%
|
|||
|
||||
echo Adding files to %name%
|
||||
REM Not distributing the 10 version because it's not compatible with older Windows.
|
||||
cp dx9sdk\8.1\Redist\D3D\x64\d3dcompiler_47.dll .
|
||||
cp dx9sdk\8.1\Redist\D3D\x86\d3dcompiler_47.dll .\d3dcompiler_47.x86.dll
|
||||
copy dx9sdk\8.1\Redist\D3D\x64\d3dcompiler_47.dll .
|
||||
copy dx9sdk\8.1\Redist\D3D\x86\d3dcompiler_47.dll .\d3dcompiler_47.x86.dll
|
||||
@echo on
|
||||
zip --recurse-paths %name% assets flash0 PPSSPPWindows.exe PPSSPPWindows64.exe d3dcompiler_47.dll d3dcompiler_47.x86.dll README.md
|
||||
@echo off
|
||||
del d3dcompiler_47.dll d3dcompiler_v47.x86.dll
|
||||
|
||||
echo Done: %name%
|
||||
|
|
Loading…
Add table
Reference in a new issue