added ~/bin to this repo and steam launcher helder script to mitigate some errors
This commit is contained in:
parent
df1ee3ed4d
commit
e3feb62c51
9 changed files with 92 additions and 3 deletions
11
bin/steam.sh
Executable file
11
bin/steam.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
#/usr/bin/steam &
|
||||
#cd /home/hanez/.local/share/Steam/steamapps/common/Thimbleweed\ Park
|
||||
#export LD_LIBRARY_PATH="./"
|
||||
|
||||
TP_PATH="/home/hanez/.local/share/Steam/steamapps/common/Thimbleweed\ Park"
|
||||
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_APTH:$TP_PATH
|
||||
|
||||
/usr/bin/steam
|
||||
Loading…
Add table
Add a link
Reference in a new issue