mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
18 lines
657 B
Batchfile
18 lines
657 B
Batchfile
mkdir ReleasePkg\Aerofoil
|
|
mkdir ReleasePkg\Aerofoil\Packaged
|
|
mkdir ReleasePkg\Aerofoil\Resources
|
|
|
|
copy /Y x64\Release\Aerofoil.exe ReleasePkg\Aerofoil
|
|
copy /Y x64\Release\GpAudioDriver_XAudio2.dll ReleasePkg\Aerofoil
|
|
copy /Y x64\Release\GpDisplayDriver_D3D11.dll ReleasePkg\Aerofoil
|
|
copy /Y x64\Release\GpInputDriver_XInput.dll ReleasePkg\Aerofoil
|
|
copy /Y x64\Release\FreeType.dll ReleasePkg\Aerofoil
|
|
copy /Y x64\Release\GpApp.dll ReleasePkg\Aerofoil
|
|
|
|
|
|
xcopy /I /E /Y /K Packaged ReleasePkg\Aerofoil\Packaged
|
|
xcopy /I /E /Y /K Resources ReleasePkg\Aerofoil\Resources
|
|
xcopy /I /E /Y /K Documentation ReleasePkg\Aerofoil\Documentation
|
|
|
|
pause
|