File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,27 @@ jobs:
283283 # and make sure to specify the submodule by setting "--directory=(submodule_name)".
284284 # Several patches may be added per submodule.
285285 # Adding comments (#) may be useful to easily tell the individual patches apart.
286-
286+ # The lines below add the customizations listed using the CustomizationSelect script
287+ # The "\" is a continuation character
288+ # the line following a "\" should not be blank
289+ /bin/bash -c "$(curl -fsSL \
290+ https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \
291+ dexcom_upload_readings \
292+ future_carbs_4h \
293+ low_carb_limit \
294+ override_sens \
295+ now_line \
296+ watch_title \
297+ 2hlollipop \
298+ meal_days \
299+ profiles \
300+ basal_lock \
301+ live_activity \
302+ negative_insulin \
303+ remote_window
304+
305+ # the final customization listed above CANNOT have a continuation character
306+ # more customizations can be pasted after this line
287307 # Patch Fastlane Match to not print tables
288308 - name : Patch Match Tables
289309 run : |
@@ -333,4 +353,4 @@ jobs:
333353 name : build-artifacts
334354 path : |
335355 artifacts
336- buildlog
356+ buildlog
You can’t perform that action at this time.
0 commit comments