mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
11 lines
368 B
Batchfile
11 lines
368 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 Aerofoil-PDBs.7z PDBs
|
|
cd ..
|
|
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
|