mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
251bf9e599
commit
c7edac533b
@ -2363,7 +2363,7 @@ if [[ -n "$userdata_folder" ]]; then
|
||||
mkdir -p "$backup_dir"
|
||||
|
||||
# Create backup of shortcuts.vdf file
|
||||
cp "$shortcuts_vdf_path" "$backup_dir/shortcuts_vdf.bak_$(date +%m-%d-%Y_%H:%M:%S)"
|
||||
cp "$shortcuts_vdf_path" "$backup_dir/shortcuts.vdf.bak_$(date +%m-%d-%Y_%H:%M:%S)"
|
||||
else
|
||||
# Find config directory for current user
|
||||
config_dir=$(find "$userdata_folder" -maxdepth 1 -type d -name config)
|
||||
|
Loading…
Reference in New Issue
Block a user