Split AerofoilTools package

This commit is contained in:
elasota
2021-11-10 17:53:53 -05:00
parent 5f2f73e176
commit 1fe94e4f06
2 changed files with 12 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ mkdir ReleasePkg
mkdir ReleasePkg\Aerofoil mkdir ReleasePkg\Aerofoil
mkdir ReleasePkg\Aerofoil\Packaged mkdir ReleasePkg\Aerofoil\Packaged
mkdir ReleasePkg\Aerofoil\Tools mkdir ReleasePkg\AerofoilTools
copy /Y x64\Release\Aerofoil.exe ReleasePkg\Aerofoil copy /Y x64\Release\Aerofoil.exe ReleasePkg\Aerofoil
copy /Y x64\Release\GpAudioDriver_XAudio2.dll ReleasePkg\Aerofoil copy /Y x64\Release\GpAudioDriver_XAudio2.dll ReleasePkg\Aerofoil
@@ -13,15 +13,15 @@ copy /Y x64\Release\GpDisplayDriver_D3D11.dll ReleasePkg\Aerofoil
copy /Y x64\Release\GpInputDriver_XInput.dll ReleasePkg\Aerofoil copy /Y x64\Release\GpInputDriver_XInput.dll ReleasePkg\Aerofoil
copy /Y x64\Release\GpApp.dll ReleasePkg\Aerofoil copy /Y x64\Release\GpApp.dll ReleasePkg\Aerofoil
copy /Y x64\Release\flattenmov.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\flattenmov.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\bin2gp.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\bin2gp.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\hqx2bin.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\hqx2bin.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\hqx2gp.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\hqx2gp.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\MakeTimestamp.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\MakeTimestamp.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\FTagData.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\FTagData.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\gpr2gpa.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\gpr2gpa.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\unpacktool.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\unpacktool.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\MergeGPF.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\MergeGPF.exe ReleasePkg\AerofoilTools
mkdir ReleasePkg\PDBs mkdir ReleasePkg\PDBs

View File

@@ -1,9 +1,11 @@
move ReleasePkg\en-us\Aerofoil-installpkg.msi ReleasePkg\Aerofoil-installpkg.msi move ReleasePkg\en-us\Aerofoil-installpkg.msi ReleasePkg\Aerofoil-installpkg.msi
cd ReleasePkg cd ReleasePkg
..\Tools\7z.exe a -bd -r -mx=9 Aerofoil.zip Aerofoil ..\Tools\7z.exe a -bd -r -mx=9 Aerofoil.zip Aerofoil
..\Tools\7z.exe a -bd -r -mx=9 AerofoilTools.zip AerofoilTools
..\Tools\7z.exe a -bd -r -mx=9 Aerofoil-PDBs.7z PDBs ..\Tools\7z.exe a -bd -r -mx=9 Aerofoil-PDBs.7z PDBs
cd .. cd ..
rmdir /S /Q ReleasePkg\Aerofoil rmdir /S /Q ReleasePkg\Aerofoil
rmdir /S /Q ReleasePkg\AerofoilTools
rmdir /S /Q ReleasePkg\en-us rmdir /S /Q ReleasePkg\en-us
rmdir /S /Q ReleasePkg\PDBs rmdir /S /Q ReleasePkg\PDBs