mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
fix: don't remove fixme
This commit is contained in:
parent
662378aefe
commit
7abfef3477
@ -123,6 +123,7 @@ function waConfigureApps() {
|
||||
INSTALLED_EXES+=("$(echo "${WIN_EXECUTABLE##*\\}" | tr '[:upper:]' '[:lower:]')")
|
||||
done < <(sed 's/\r/\n/g' < "$HOME/.local/share/winapps/installed")
|
||||
IFS=$'\n'
|
||||
# FIXME
|
||||
# shellcheck disable=SC2207
|
||||
APPS=($(sort <<<"${APPS[*]}"))
|
||||
unset IFS
|
||||
|
Loading…
x
Reference in New Issue
Block a user