]> Kevux Git Server - fll/commit
Update: De-couple the build settings data file from the install.sh script.
authorKevin Day <thekevinday@gmail.com>
Thu, 5 Jan 2023 01:57:04 +0000 (19:57 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 5 Jan 2023 01:57:04 +0000 (19:57 -0600)
commitbc009261b9e466f00c75bc21932ea780a66c4ddf
treec8e0096a5100db1a46ee998914ac334454866d0d
parent6e68f29a755d3efb4231e02e55b1353979a03503
Update: De-couple the build settings data file from the install.sh script.

The design is originally focused around the data/build/settings file.

This file is simple enough and easy enough to use that I decided to use it beyond its intended design.

I noticed that the data/build/settings isn't required anymore.
Removing this allows me to better use in other projects, such as those that have only a fakefile or have a different directory location for the build settings data.

The install.sh script is even simpler now.
build/scripts/install.sh