Skip to content

Commit

Permalink
Split AerofoilTools package
Browse files Browse the repository at this point in the history
  • Loading branch information
elasota committed Nov 10, 2021
1 parent 5f2f73e commit 1fe94e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 10 additions & 10 deletions MakeRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mkdir ReleasePkg

mkdir ReleasePkg\Aerofoil
mkdir ReleasePkg\Aerofoil\Packaged
mkdir ReleasePkg\Aerofoil\Tools
mkdir ReleasePkg\AerofoilTools

copy /Y x64\Release\Aerofoil.exe ReleasePkg\Aerofoil
copy /Y x64\Release\GpAudioDriver_XAudio2.dll ReleasePkg\Aerofoil
Expand All @@ -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\GpApp.dll ReleasePkg\Aerofoil

copy /Y x64\Release\flattenmov.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\bin2gp.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\hqx2bin.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\hqx2gp.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\MakeTimestamp.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\FTagData.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\gpr2gpa.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\unpacktool.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\MergeGPF.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\flattenmov.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\bin2gp.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\hqx2bin.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\hqx2gp.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\MakeTimestamp.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\FTagData.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\gpr2gpa.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\unpacktool.exe ReleasePkg\AerofoilTools
copy /Y x64\Release\MergeGPF.exe ReleasePkg\AerofoilTools

mkdir ReleasePkg\PDBs

Expand Down
2 changes: 2 additions & 0 deletions PackageReleaseArchives.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
move ReleasePkg\en-us\Aerofoil-installpkg.msi ReleasePkg\Aerofoil-installpkg.msi
cd ReleasePkg
..\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
cd ..
rmdir /S /Q ReleasePkg\Aerofoil
rmdir /S /Q ReleasePkg\AerofoilTools
rmdir /S /Q ReleasePkg\en-us
rmdir /S /Q ReleasePkg\PDBs

Expand Down

0 comments on commit 1fe94e4

Please sign in to comment.