From 750bbd0188159a7b6805036de67167a0aa12bd85 Mon Sep 17 00:00:00 2001 From: despair <rick@rvx86.net> Date: Sun, 20 Aug 2017 18:57:45 -0500 Subject: [PATCH] build settings --- winnt-ci.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/winnt-ci.sh b/winnt-ci.sh index 4a4511ad..6bdff8e0 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 -- GitLab