Skip to content
Snippets Groups Projects
Commit 25420367 authored by despair's avatar despair
Browse files

more CI fixes

parent ba8ce16d
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
make -fNTMakeFile
strip -s netrunner.exe
[ -e 'bin' ] || mkdir bin
[ ! -e '*.pnm' ] || mv *.pnm bin
[ ! -e '*.crt' ] || mv *.crt bin
[ ! -e '*.ttf' ] || mv *.ttf bin
[ ! -e '*.dll' ] || mv *.dll bin
[ ! -e LICENSE ] || mv LICENSE bin
mv *.pnm bin 2> /dev/null
mv *.crt bin 2> /dev/null
mv *.ttf bin 2> /dev/null
mv *.dll bin 2> /dev/null
mv LICENSE bin
mv netrunner.exe bin
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment