mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-01 21:34:15 +00:00
8 lines
367 B
Batchfile
8 lines
367 B
Batchfile
cd ..
|
|
del AerofoilAndroid\app\src\main\assets\SourceCode.zip
|
|
del AerofoilAndroid\app\src\main\assets\SourceCode.pkg
|
|
git archive -0 --format zip -o AerofoilAndroid\app\src\main\assets\SourceCode.zip HEAD
|
|
tools\7z.exe d AerofoilAndroid\app\src\main\assets\SourceCode.zip GliderProData\
|
|
cd AerofoilAndroid\app\src\main\assets
|
|
rename SourceCode.zip SourceCode.pkg
|