From 859a58ed3ff4b819de772d836c3c3a9f451fd41c Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 23 Oct 2023 23:50:06 +0300 Subject: [PATCH] change filepath --- src/user-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user-config.sh b/src/user-config.sh index e7c423f..46ddfd6 100644 --- a/src/user-config.sh +++ b/src/user-config.sh @@ -14,7 +14,7 @@ xfconf-query --channel 'xfce4-panel' --property '/panels/panel-1/size' --type in ### SUBLIME BUILDS user=$([ -n "$SUDO_USER" ] && echo "$SUDO_USER" || echo "$USER") SUBLIME_CONFIG_FILE="/home/${user}/.config/sublime-text/Packages/User/" -sudo cp "$1/sublime/gcc.sublime-build" "$SUBLIME_CONFIG_FILE" +sudo cp "$1/sublime/iflbot-gcc.sublime-build" "$SUBLIME_CONFIG_FILE" ### Desktop Files mv "$1/example/" "/home/${user}/Masaüstü/C_Kodları/" \ No newline at end of file