Skip to content

Commit

Permalink
Merge pull request winapps-org#70 from Matt-M-3/main
Browse files Browse the repository at this point in the history
correcting waConfigureDetectedApps function
  • Loading branch information
oskardotglobal authored Dec 7, 2023
2 parents 9fc37c5 + dac09ee commit 89de2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ CATEGORIES=\"WinApps\"
# GNOME mimetypes
MIME_TYPES=\"\"
" > "${SYS_PATH}/apps/${EXE}/info"
echo "${ICONS[$I]}" | base64 -d > "${SYS_PATH}/apps/${EXE}/icon.ico"
" | sudo tee "${SYS_PATH}/apps/${EXE}/info" > /dev/null
echo "${ICONS[$I]}" | base64 -d | sudo tee "${SYS_PATH}/apps/${EXE}/icon.ico" > /dev/null
waConfigureApp "${EXE}" ico
COUNT=$((COUNT + 1))
fi
Expand Down

0 comments on commit 89de2b4

Please sign in to comment.