From fe425cbb6171b2ab194360c5e5f1a4b242664689 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Fri, 5 May 2023 00:15:56 +0500 Subject: [PATCH] Also export icons when exporting desktop files --- conty-start.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conty-start.sh b/conty-start.sh index 83ecab2..1f8640c 100755 --- a/conty-start.sh +++ b/conty-start.sh @@ -15,11 +15,11 @@ if (( EUID == 0 )) && [ -z "$ALLOW_ROOT" ]; then fi # Conty version -script_version="1.22" +script_version="1.22.1" # Important variables to manually adjust after modification! # Needed to avoid problems with mounting due to an incorrect offset. -script_size=27087 +script_size=27167 utils_size=2520686 # Full path to the script @@ -844,6 +844,8 @@ if [ "$(ls "${mount_point}" 2>/dev/null)" ] || \ fi done + cp -nr "${mount_point}"/usr/share/icons "${HOME}"/.local/share 2>/dev/null + echo "Desktop files have been exported" exit