From f97e56d5e64d29ec0abeeeb561ca75ae484ae011 Mon Sep 17 00:00:00 2001 From: Redromnon Date: Fri, 15 Apr 2022 17:14:51 +0530 Subject: [PATCH] Create log for AddToSteam --- func/steam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/steam.py b/func/steam.py index 35d7ba1..1c7b605 100644 --- a/func/steam.py +++ b/func/steam.py @@ -4,7 +4,7 @@ import configpath #Zenity list box -contents = ('#!/bin/bash \n\n #Create log \n exec > HeroicBashLauncher.log 2>&1 \n\n#Choose a game to be added to Steam \n\n' + +contents = ('#!/bin/bash \n\n #Create log \n exec > AddToSteam.log 2>&1 \n\n#Choose a game to be added to Steam \n\n' + 'game=$(zenity --list --title="Add to Steam" --column="Game Name" --width=400 --height=400 ')