Skip to content

Commit

Permalink
Update NonSteamLaunchers.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy committed Jun 22, 2024
1 parent 251bf9e commit c7edac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c7edac5

Please sign in to comment.