aboutsummaryrefslogtreecommitdiff
path: root/build_release.sh
blob: 8e2084d31cb5bd2d9497ca0fa520eeba6f154974 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
./build.sh release windows
./build.sh release
rm lite.zip 2>/dev/null
cp winlib/SDL2-2.0.10/x86_64-w64-mingw32/bin/SDL2.dll SDL2.dll
strip lite
strip lite.exe
strip SDL2.dll
zip lite.zip lite lite.exe SDL2.dll data -r