Skip to content

Commit 8856c6a

Browse files
committed
Renamed the launcher cusotmisation script
1 parent f6558fd commit 8856c6a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ run_script "${REPO_SCRIPTS_DIR}/configure-system.sh" # Run after update-rcs.sh
7575
if [ "${OS}" = 'Linux' ] \
7676
&& ${HAS_GUI} \
7777
&& ! [[ "${DISTRO}" =~ 'WSL' ]]; then
78-
run_script "${REPO_SCRIPTS_DIR}/customise-launchers.sh"
78+
run_script "${REPO_SCRIPTS_DIR}/configure-launchers.sh"
7979
run_script "${REPO_SCRIPTS_DIR}/configure-autostart-apps.sh"
8080
run_script "${REPO_SCRIPTS_DIR}/configure-default-apps.sh"
8181
fi

0 commit comments

Comments
 (0)