Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SteamOS Devkit Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
devkit
SteamOS Devkit Client
Commits
c33b0471
Commit
c33b0471
authored
10 months ago
by
Timothee Besset
Browse files
Options
Downloads
Patches
Plain Diff
make sure the log folder exists when setting up sideloaded steam clients
parent
a5cbcac5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/devkit-utils/steamos-set-steam-client
+2
-0
2 additions, 0 deletions
client/devkit-utils/steamos-set-steam-client
with
2 additions
and
0 deletions
client/devkit-utils/steamos-set-steam-client
+
2
−
0
View file @
c33b0471
...
...
@@ -88,6 +88,7 @@ if __name__ == '__main__':
write_trampoline
(
'''
#!/bin/bash
# Generated by steamos-set-steam-client, do not edit!
# configuration tag (do not delete): {}
mkdir -p $HOME/.steam/steam/logs
exec {} steam &> $HOME/.steam/steam/logs/output.log
'''
.
format
(
conf
.
client
,
...
...
@@ -103,6 +104,7 @@ exec {} steam &> $HOME/.steam/steam/logs/output.log
# Generated by steamos-set-steam-client, do not edit!
# configuration tag (do not delete): {}
{}
mkdir -p $HOME/.steam/steam/logs
exec {} {} &> $HOME/.steam/steam/logs/output.log
'''
.
format
(
conf
.
client
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment