mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 11:36:01 +00:00
6 lines
98 B
Batchfile
6 lines
98 B
Batchfile
mingw32-make -f Makefile.mingw
|
|
if errorlevel 1 goto end
|
|
strip upnpc.exe
|
|
upx --best upnpc.exe
|
|
:end
|