]> Kevux Git Server - kevux-tools/commit
Update: De-couple the build settings data file from the install.sh script.
authorKevin Day <thekevinday@gmail.com>
Thu, 5 Jan 2023 01:54:45 +0000 (19:54 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 5 Jan 2023 01:54:45 +0000 (19:54 -0600)
commit89536cd83ce8a0d5d2baf817a3e8a05225238ba0
treefaa7fb39151abab1d0f055d28bce64b76cbe53ac
parent906614f368e9877a30b2c3d616c016ce9d2cff7d
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.
install.sh