Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-06-30 18:33:29 -07:00 committed by GitHub
parent 97ab921c46
commit 93efa54f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ if [ "${deckyplugin}" = false ]; then
#Download Modules #Download Modules
# Define the repository and the folders to clone # Define the repository and the folders to clone
repo_url='https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/archive/refs/heads/main.zip' repo_url='https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/archive/refs/heads/main.zip'
folders_to_clone=('requests' 'urllib3' 'steamgrid' 'vdf') folders_to_clone=('requests' 'urllib3' 'steamgrid' 'vdf' 'charset_normalizer')
# Define the parent folder # Define the parent folder
logged_in_home=$(eval echo ~$user) logged_in_home=$(eval echo ~$user)