Build updates

This commit is contained in:
Jaidyn Ann 2021-01-07 01:43:35 -06:00
parent 2f0e1614d0
commit c63e33f1bc
2 changed files with 27 additions and 7 deletions

View File

@ -12,7 +12,7 @@ endif
rm bin/monkune-win32/readme.txt rm bin/monkune-win32/readme.txt
rm bin/monkune-win32/lovec.exe rm bin/monkune-win32/lovec.exe
cat bin/monkune.love >> bin/monkune-win32/love.exe cat bin/monkune.love >> bin/monkune-win32/love.exe
mv bin/monkune-win32/love.exe bin/monkune-win32/KunKune.exe mv bin/monkune-win32/love.exe bin/monkune-win32/Monkune.exe
cp lib/bin-license.txt bin/monkune-win32/license.txt cp lib/bin-license.txt bin/monkune-win32/license.txt
zip -9jr bin/monkune-win32.zip bin/monkune-win32 zip -9jr bin/monkune-win32.zip bin/monkune-win32
rm -rf bin/monkune-win32 rm -rf bin/monkune-win32

View File

@ -1,10 +1,30 @@
MONKUNE MONKUNE
================================================================================ ================================================================================
is a puzzle-ish game made for Librejam 2020-01! is a puzzle-ish game made for Librejam 2020-01.
BORING STUFF!
INSTALL
-------------------------------------------------- --------------------------------------------------
Jaidyn Ann <jadedctrl@teknik.io>! LINUX/UNIX/HAIKU
Code under GPLv3 (see COPYING.txt)! --------------------
Art under varying (libre; see ./art/COPYING.txt)! Download and open the "monkune.love" archive with the `love2d` command.
Libraries under varying (libre; see ./lib/COPYING.txt)!
WINDOWS
--------------------
Download and extract the "monkune-win32.zip" file.
From there, run "Monkune.exe".
"BUILD"
--------------------------------------------------
The makefile can make both the "monkune.love" archive and the windows
executable. Make sure the `./bin/` directory exists, and that love2d
is installed with your package manager.
BORING STUFF
--------------------------------------------------
Jaidyn Ann <jadedctrl@teknik.io>
Code under GPLv3 (see COPYING.txt)
Art under varying (libre; see ./art/COPYING.txt)
Libraries under varying (libre; see ./lib/COPYING.txt)