mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-21 08:50:20 +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
|