python3-icoextract 0.2.0-4

This commit is contained in:
2025-12-27 16:00:49 +03:00
parent 010e1f85c3
commit 4e05026bda

View File

@@ -1,6 +1,6 @@
name='python3-icoextract' name='python3-icoextract'
version='0.2.0' version='0.2.0'
release='3' release='4'
desc='Windows PE EXE icon extractor' desc='Windows PE EXE icon extractor'
desc_ru='Извлечение иконок из Windows PE EXE файлов' desc_ru='Извлечение иконок из Windows PE EXE файлов'
homepage='https://github.com/jlu5/icoextract' homepage='https://github.com/jlu5/icoextract'
@@ -45,6 +45,6 @@ package() {
} }
files() { files() {
files-find-bin files-find "./usr/local/bin/**"
files-find-lib files-find "./usr/local/lib/**"
} }