Replaced build.py/build.config.py with build.sh

This commit is contained in:
rxi
2020-05-09 11:01:28 +01:00
parent 18b7d70a91
commit dfcbc48aad
5 changed files with 45 additions and 339 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ The editor can be customized by making changes to the
[user module](data/user/init.lua).
## Building
You can build the project yourself on Linux using the provided `build.py`
You can build the project yourself on Linux using the provided `build.sh`
script. Note that the project does not need to be rebuilt if you are only making
changes to the Lua portion of the code.