Skip to content

Commit

Permalink
Changed detection to look for the presence of a config
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVidler authored Sep 8, 2024
1 parent 23efb2a commit 0675ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.d/10-bepinex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pushd "${STEAM_APP_PATH}"

# Do we have a config directory yet?
if [ ! -d BepInEx/config ]; then
if [ ! -f BepInEx/config/BepInEx.cfg ]; then
echo "Running first-time BepInEx setup"

if [ ! -f "BepInEx_linux_x64_${MOD_BEPINEX_VERSION}.zip" ]; then
Expand Down

0 comments on commit 0675ea7

Please sign in to comment.