Closed mbnoimi closed 1 year ago
Flatpak version doesn't exclude item(s) because of faulty 7z version (invalid paths)
-xr0!.git
not work, as .git
is not the in the root. -xr0
only exclude file/dir
in root.
If I want to exclude .git
when archiving git dir, I need -xr0!*/.git
or -xr!.git
.
As peazip always uses -xr0
, so use '*/.git' to exclude.
The shipped 7z with flatpak is located in the following path but Peazip doesn't use it instead it uses the broken link(s):
It's wrong, please run flatpak run --command=sh io.github.peazip.PeaZip
All links are ok.
thanks for the clarification.
Flatpak version doesn't exclude item(s) because of faulty 7z version (invalid paths) Example:
https://user-images.githubusercontent.com/284547/213895028-f48b712c-187b-45fe-ae64-4dae687a3cb8.mp4
If you noticed in the screenshot 7z's path used in Peazip is totally wrong
/app/peazip/res/bin/7z/7z
even all the links are broken! There is no/app
folder in all known Linux system distros.The shipped 7z with flatpak is located in the following path but Peazip doesn't use it instead it uses the broken link(s):