From 4e05026bda702eb1a5af72c8a6af4c722ecb946c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 27 Dec 2025 16:00:49 +0300 Subject: [PATCH] python3-icoextract 0.2.0-4 --- python3-icoextract/alr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3-icoextract/alr.sh b/python3-icoextract/alr.sh index 2d779eb..12ff468 100644 --- a/python3-icoextract/alr.sh +++ b/python3-icoextract/alr.sh @@ -1,6 +1,6 @@ name='python3-icoextract' version='0.2.0' -release='3' +release='4' desc='Windows PE EXE icon extractor' desc_ru='Извлечение иконок из Windows PE EXE файлов' homepage='https://github.com/jlu5/icoextract' @@ -45,6 +45,6 @@ package() { } files() { - files-find-bin - files-find-lib + files-find "./usr/local/bin/**" + files-find "./usr/local/lib/**" }