From ebb36f0b49041d9bc4bad13468770350fe443dbe Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 25 Mar 2025 11:02:30 -0400 Subject: [PATCH] Add SRM log definition to global --- functions/global.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/global.sh b/functions/global.sh index 24f08699..db7d5d4e 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -261,5 +261,6 @@ fi steamsync_folder="$rdhome/.sync" # Folder containing favorites manifest for SRM retrodeck_favorites_file="$steamsync_folder/retrodeck_favorites.json" # The current SRM manifest of all games that have been favorited in ES-DE +srm_log="$logs_folder/srm_log.log" # Log file for capturing the output of the most recent SRM run, for debugging purposes export GLOBAL_SOURCED=true