Change mode of askPass.sh

This script did had no permission to be exceuted.

Fix #135
This commit is contained in:
Tim Kleinschmidt 2020-04-18 16:36:59 +02:00
parent 12e4df21a1
commit f93778cd50

View file

@ -40,6 +40,7 @@ package() {
find "$pkgdir"/opt/gitkraken/ -type f -exec chmod 644 {} \;
chmod 755 "$pkgdir"/opt/gitkraken/gitkraken
chmod 755 "$pkgdir"opt/gitkraken/resources/app.asar.unpacked/src/js/redux/domain/AskPass/askPass.sh
install -d "$pkgdir"/usr/bin