mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-05 18:28:26 +02:00
fix: actually use glob pattern so the loop works
This commit is contained in:
@@ -42,7 +42,7 @@ function waFindInstalled() {
|
||||
rm -f "$HOME/.local/share/winapps/installed"
|
||||
rm -f "$HOME/.local/share/winapps/detected"
|
||||
cp "$DIR/install/ExtractPrograms.ps1" "$HOME/.local/share/winapps/ExtractPrograms.ps1"
|
||||
for F in $DIR/apps; do
|
||||
for F in $DIR/apps/*; do
|
||||
[[ -e "$F" ]] || break
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
. "$F/info"
|
||||
|
Reference in New Issue
Block a user