]> 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:10 +0000 (19:57 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 5 Jan 2023 01:57:10 +0000 (19:57 -0600)
commit51990dda35624ea09295752e4c4223cc3396f2ed
tree08a6bf467c0c6056847384a5e4f6612b292f55ce
parent646047b1d6366e2d3a81415ccbf681f148258fc1
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