1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Loading settings file, adding -run option to help text

This commit is contained in:
Brian Fiete 2019-09-27 12:59:28 -07:00
parent b42f488ed3
commit e7a96d8786

View file

@ -68,6 +68,9 @@ namespace BeefBuild
base.Init();
mSettings.Load();
mSettings.Apply();
mInitialized = true;
CreateBfSystems();
if (mWantsClean)