From f01cb36cdb7c2636ea9e38a1305389aeae84365a Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 9 Dec 2025 20:04:32 +0800 Subject: [PATCH] fix(peazip): set to not portable (#8180) --- anda/apps/peazip/peazip.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/apps/peazip/peazip.spec b/anda/apps/peazip/peazip.spec index fcebff6256..5aa64b1586 100644 --- a/anda/apps/peazip/peazip.spec +++ b/anda/apps/peazip/peazip.spec @@ -3,7 +3,7 @@ Name: peazip Version: 10.8.0 -Release: 1%?dist +Release: 2%?dist Summary: Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager License: LGPL-3.0-only URL: https://peazip.github.io @@ -88,6 +88,7 @@ Qt6 version of pea. %build cd peazip-sources +rm res/portable lazbuild --add-package dev/metadarkstyle/metadarkstyle.lpk lazbuild --ws=gtk2 dev/project_peach.lpi && cp dev/peazip ../peazip.gtk2 lazbuild --ws=gtk3 dev/project_peach.lpi && cp dev/peazip ../peazip.gtk3