mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
Attempted to fix vdf import
This commit is contained in:
parent
5d32ccd41d
commit
00bbd490b2
@ -51,7 +51,7 @@ args=("$@")
|
||||
#Download Modules
|
||||
# Define the repository and the folders to clone
|
||||
repo_url='https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/archive/refs/heads/main.zip'
|
||||
folders_to_clone=('requests' 'urllib3' 'steamgrid')
|
||||
folders_to_clone=('requests' 'urllib3' 'steamgrid' 'vdf')
|
||||
|
||||
# Define the parent folder
|
||||
logged_in_home=$(eval echo ~$user)
|
||||
|
Loading…
Reference in New Issue
Block a user