Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Create log for AddToSteam
Browse files Browse the repository at this point in the history
  • Loading branch information
redromnon committed Apr 15, 2022
1 parent f291c1b commit f97e56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion func/steam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ')


Expand Down

0 comments on commit f97e56d

Please sign in to comment.