Extend device support

This commit is contained in:
2021-12-27 16:39:18 +01:00
parent 77b4fedee2
commit 3a5e5d4870
6 changed files with 45 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ check_dir() {
for application in "$dir/"*; do
file="$(basename "$application")"
sed "s/Exec=/Exec=bwshell --name '$file' --profile gui /gi" "$application" > "$target/$file"
sed "s/^Exec=/Exec=bwshell --name '$file' --profile gui /gi" "$application" > "$target/$file"
done
}