feat(scripts): Walk scripts directory when loading a list of scripts

This commit is contained in:
Michael Aaron Murphy 2021-08-13 19:27:00 +02:00
parent 8b3b95aae8
commit 200e7ba55f
5 changed files with 23 additions and 21 deletions

2
debian/rules vendored
View file

@ -21,4 +21,4 @@ override_dh_auto_build:
override_dh_fixperms:
dh_fixperms
chmod +x debian/pop-launcher/usr/lib/pop-launcher/plugins/**/*.js
chmod +x debian/pop-launcher/usr/lib/pop-launcher/scripts/*.sh
chmod +x debian/pop-launcher/usr/lib/pop-launcher/scripts/**/*.sh