Skip to content

Commit

Permalink
Merge pull request #1246 from EvilJagaGenius/main
Browse files Browse the repository at this point in the history
Q2Pro: Start script fixes
  • Loading branch information
Cebion authored Jan 28, 2025
2 parents f25abd8 + f172d5b commit 59add2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports/q2pro/Q2Pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export SDL_GAMECONTROLLERCONFIG="$sdl_controllerconfig"
export ANALOGSTICKS="${ANALOGSTICKS:-2}"
export ANALOG_STICKS="${ANALOG_STICKS:-2}"

$ESUDO chmod 777 $GAMEDIR/q2pro
$ESUDO chmod 777 $GAMEDIR/q2pro_legacy
$ESUDO chmod 777 $GAMEDIR/q2pro_glsl
$ESUDO chmod 777 $GAMEDIR/*/gamearm64.so

# Copy control configs on first run
Expand Down

0 comments on commit 59add2e

Please sign in to comment.