Skip to content

Commit

Permalink
restore uncompressed package support
Browse files Browse the repository at this point in the history
  • Loading branch information
190n committed Sep 16, 2024
1 parent b17dd32 commit 55dc97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/aura-core/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ pub fn is_package(path: &Path) -> bool {
".pkg.tar.Z",
".pkg.tar.lz4",
".pkg.tar.lz",
".pkg.tar",
]
.iter()
.any(|ext| p.ends_with(ext))
Expand Down

0 comments on commit 55dc97d

Please sign in to comment.