Customized fork of github.com/rxi/lite
at main 231 B view raw
1#!/bin/bash 2./build.sh release windows 3./build.sh release 4rm lite.zip 2>/dev/null 5cp winlib/SDL2-2.0.10/x86_64-w64-mingw32/bin/SDL2.dll SDL2.dll 6strip lite 7strip lite.exe 8strip SDL2.dll 9zip lite.zip lite lite.exe SDL2.dll data -r 10