Attrify v1.0.2 (#13688)

Co-authored-by: DigitalBox98 <digitalbox098@gmail.com>
This commit is contained in:
DigitalBox98
2026-01-30 08:23:27 +01:00
committed by GitHub
parent 2146831741
commit 5d4f577685

View File

@@ -13,7 +13,7 @@ LICENSE="BSD (3-clause)
MIT"
REVISION="1"
SOURCE_URI="https://github.com/DigitalBox98/Attrify/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="bc8a93741da113e5987e7570121baa33f8d91b99fc87d5b329bccc9d261cf57f"
CHECKSUM_SHA256="7c4be0e7dc8bbf18314a87e1980e32bba7dbde3688d719ea7631b1f244b26703"
SOURCE_FILENAME="Attrify-v$portVersion.tar.gz"
SOURCE_DIR="Attrify-$portVersion"
@@ -46,6 +46,6 @@ BUILD()
INSTALL()
{
install -m 0755 -d "$appsDir"
cp $sourceDir/objects/Attrify $appsDir/
cp $sourceDir/Attrify $appsDir/
addAppDeskbarSymlink $appsDir/Attrify
}