osb/scripts/osx/launch-steam.sh

8 lines
236 B
Bash
Raw Normal View History

2023-06-20 04:33:09 +00:00
#!/bin/sh -e
cd "`dirname \"$0\"`/../../dist"
cp ../scripts/steam_appid.txt .
DYLD_INSERT_LIBRARIES=~/Library/Application\ Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/gameoverlayrenderer.dylib DYLD_LIBRARY_PATH=../lib/osx/ $@