Files
Aerofoil/PackageReleaseArchives.bat
Diomendius 1b18a87495 Normalize line endings
This commit contains only the result of `git add --renormalize .`

`git show --ignore-space-change` can verify that this commit only
changes whitespace.
2024-07-31 20:21:47 +12:00

13 lines
458 B
Batchfile

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
git archive --format zip -o ReleasePkg\Aerofoil-src.zip HEAD