From e961fad84734ba750386ed463057bacedf24bc17 Mon Sep 17 00:00:00 2001 From: Naz Date: Fri, 8 Aug 2025 17:18:43 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20desktop=20integration=20logic=20?= =?UTF-8?q?to=20AppImage=20and=20utilize=20it=20in=20PackageManager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/paths.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/paths.rs') diff --git a/src/paths.rs b/src/paths.rs index 7bbc8f8..c52a84e 100644 --- a/src/paths.rs +++ b/src/paths.rs @@ -14,3 +14,11 @@ pub fn index_dir() -> Result { pub fn appimages_dir() -> Result { Ok(zap_rs_home()?.join("appimages")) } + +pub fn desktops_dir() -> Result { + Ok(zap_rs_home()?.join("desktops")) +} + +pub fn icons_dir() -> Result { + Ok(zap_rs_home()?.join("icons")) +} -- cgit v1.2.3