diff --git a/winnt-ci.sh b/winnt-ci.sh
index 4a4511ad8828746a63edaa90c91314a17334e6e8..6bdff8e0e701b5ccf2230143fbf1c40b249f7df5 100644
--- a/winnt-ci.sh
+++ b/winnt-ci.sh
@@ -1,2 +1,7 @@
 #!/usr/bin/sh
-make -fNTMakeFile
\ No newline at end of file
+make -fNTMakeFile
+strip -s netrunner.exe
+mkdir bin
+mv *.pnm *.crt *.ttf *.dll bin
+mv LICENSE bin
+mv netrunner.exe bin
\ No newline at end of file