From 28bffa812d7dd59ec769d7a6b88409a5875a36af Mon Sep 17 00:00:00 2001 From: Eric Lynema Date: Tue, 19 Aug 2025 16:43:51 -0400 Subject: [PATCH] Missed a folder --- export.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/export.sh b/export.sh index 2a7378a..44c3d2f 100644 --- a/export.sh +++ b/export.sh @@ -1,4 +1,8 @@ #!/bin/bash for item in /usr/local/share/applications/*.desktop; do distrobox-export -a $item +done + +for item in /usr/share/applications/*.desktop; do + distrobox-export -a $item done \ No newline at end of file