mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
website fix
This commit is contained in:
parent
ef173d4057
commit
e16abd5175
@ -653,6 +653,8 @@ else
|
|||||||
|
|
||||||
for arg in "${args[@]}"; do
|
for arg in "${args[@]}"; do
|
||||||
if [[ "$arg" =~ ^https?:// ]]; then
|
if [[ "$arg" =~ ^https?:// ]]; then
|
||||||
|
website=${arg#https://}
|
||||||
|
|
||||||
# Check if the arg is not an empty string before adding it to the custom_websites array
|
# Check if the arg is not an empty string before adding it to the custom_websites array
|
||||||
if [ -n "$arg" ]; then
|
if [ -n "$arg" ]; then
|
||||||
custom_websites+=("$arg")
|
custom_websites+=("$arg")
|
||||||
|
Loading…
Reference in New Issue
Block a user