build_release.sh 231 B

1234567891011
  1. #!/bin/bash
  2. ./build.py release windows
  3. ./build.py release
  4. rm lite.zip 2>/dev/null
  5. cp winlib/SDL2-2.0.10/x86_64-w64-mingw32/bin/SDL2.dll SDL2.dll
  6. strip lite
  7. strip lite.exe
  8. strip SDL2.dll
  9. zip lite.zip lite lite.exe SDL2.dll data -r