Files
Aerofoil/PackageReleaseArchives.bat

11 lines
368 B
Batchfile
Raw Permalink Normal View History

2020-07-03 14:04:54 -04:00
move ReleasePkg\en-us\Aerofoil-installpkg.msi ReleasePkg\Aerofoil-installpkg.msi
2020-07-20 12:16:31 -04:00
cd ReleasePkg
..\Tools\7z.exe a -bd -r -mx=9 Aerofoil.zip Aerofoil
..\Tools\7z.exe a -bd -r -mx=9 Aerofoil-PDBs.7z PDBs
cd ..
2020-07-03 14:04:54 -04:00
rmdir /S /Q ReleasePkg\Aerofoil
rmdir /S /Q ReleasePkg\en-us
rmdir /S /Q ReleasePkg\PDBs
git archive --format zip -o ReleasePkg\Aerofoil-src.zip HEAD