From 73f8f8573b26dc5c82b4da440fdec6c726471a35 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Sun, 25 Mar 2018 10:03:41 -0700 Subject: [PATCH] Update README.md --- README.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 2ae6059..61e1e80 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ have wget installed), and undeveloped for Windows. Features -------- -- Builds executables for distribution on Windows, Mac, and Linux. +- Builds executables for distribution on Windows and Mac. (Unfortunately, Linux isn't quite that simple, and requires the end-user to have `love` installed.) - Supports including extra files automatically. - Can automatically number builds. @@ -27,20 +27,8 @@ Quick Guide: 1. Download the [latest release](https://github.com/Guard13007/LovePackaging/releases)! 2. Copy the files wherever you want, inside your own repo, outside, wherever! -3. Edit `build-config.sh` to specify options on how your packages will be built, including where the sources are and where to put the result. -4. Run `./build.sh` for Linux / Mac OS X (OSX users need wget installed!!). +3. Edit `lp-config.sh` to specify options on how your packages will be built, including where the sources are and where to put the result. +4. Run `./lp-build.sh` for Linux / Mac OS X (OSX users need wget installed!!). No Windows version yet, sorry. A quick note to mention: The build script must be run from its own directory. Everything in the config.sh should be absolute directories. - -Contributing ------------- - -If you have any ideas or feature requests or bugfixes, please do create -issues, forks, pull requests, whatever. If there's something that be -done to make this better, I want to know about it! - -Troubleshooting ---------------- - -Feel free to submit an issue for any problem you have, also check [the forum](https://love2d.org/forums/viewtopic.php?f=4&t=79155&sid=2dfd50989af78c87dc75a9558e1ffb08) post for help.