Update rebuild_mxe_with_gui_docker.sh

Add .zip back
master
jcdr428 2022-05-31 14:47:44 +01:00 committed by GitHub
parent d77bf2265c
commit c349bc783f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,5 @@ make
mv ./tsMuxerGUI.exe ../bin/w64/tsMuxerGUI.exe
cd ..
rm -rf build
ls ./bin/w64/tsMuxeR.exe && ls ./bin/w64/tsMuxerGUI.exe
zip -jr ./bin/w64.zip ./bin/w64
ls ./bin/w64/tsMuxeR.exe && ls ./bin/w64/tsMuxerGUI.exe && ls ./bin/w64.zip