SuperFreeCell: fix resources

This commit is contained in:
Gerasim Troeglazov
2020-10-24 23:59:50 +10:00
parent 7926f59aca
commit 0a6cb4c3d5

View File

@@ -4,7 +4,7 @@ card game played with a 52-card standard deck."
HOMEPAGE="https://github.com/aarroyoc/SuperFreeCell"
COPYRIGHT="2014-2015 Adrián Arroyo Calle"
LICENSE="MIT"
REVISION="4"
REVISION="5"
srcGitRev="c2dc0320cfc3b461acae346ebf90e5b6501feb98"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="af3668423e0f6fe19ac1efbcd6696046c1a492b616390222b140524ca9161a94"
@@ -44,5 +44,8 @@ INSTALL()
mkdir -p $appsDir
cp SuperFreeCell $appsDir/SuperFreeCell
addResourcesToBinaries src/SuperFreeCell.rdef $appsDir/SuperFreeCell
mimeset -f $appsDir/SuperFreeCell
addAppDeskbarSymlink $appsDir/SuperFreeCell
}