Bump version... Added new Helpfile template and update helptext. (#6306)

This commit is contained in:
Jim Saxton
2021-10-20 10:44:11 -07:00
committed by GitHub
parent abfbbf8593
commit 516ee69af0

View File

@@ -6,8 +6,8 @@ HOMEPAGE="http://fatelk.com/"
COPYRIGHT="2017-2019 Jim Saxton, Fat Elk Software"
REVISION="1"
LICENSE="FatElk"
SOURCE_URI="http://fatelk.com/helpviewer/helpviewer-1.6.1.1.zip"
CHECKSUM_SHA256="f780257f194cdf7c7ea2600cff8d82fd9d74681de80dd176e262aa36905133a9"
SOURCE_URI="http://fatelk.com/helpviewer/helpviewer-1.6.1.2.zip"
CHECKSUM_SHA256="c00e18a2f666ec9e1a354fde5151fba0e9dc32a063265399c1e1e39bc0943a39"
SOURCE_DIR="helpviewer"
@@ -47,6 +47,7 @@ INSTALL()
mkdir -p $binDir
cp -r apps/* $appsDir/HelpViewer/
chmod a+x $appsDir/HelpViewer/HelpViewr-post-install.sh
chmod a+x $appsDir/HelpViewer/add-remove_helpfile_template
cp -r data/mime_db $dataDir/
ln -s $appsDir/HelpViewer/HelpViewer $binDir
}