Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-03-08 05:38:11 -08:00 committed by GitHub
parent e2fd9dec49
commit 072ad321e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -651,6 +651,7 @@ else
# Initialize an array to store the selected launchers # Initialize an array to store the selected launchers
selected_launchers=() selected_launchers=()
IFS=" "
for arg in "${args[@]}"; do for arg in "${args[@]}"; do
if [[ "$arg" =~ ^https?:// ]]; then if [[ "$arg" =~ ^https?:// ]]; then
website=${arg#https://} website=${arg#https://}