Skip to content

Commit 765bed1

Browse files
committed
feat: add path() accessor to AppImage
1 parent 4ae844f commit 765bed1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/appimage.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ impl AppImage {
4343
})
4444
}
4545

46+
pub fn path(&self) -> &Path {
47+
&self.path
48+
}
49+
4650
pub fn appimage_type(&self) -> AppImageType {
4751
self.ty
4852
}

0 commit comments

Comments
 (0)