Skip to content

Commit

Permalink
Merge pull request #78 from Fraxinus88/Spearmint-Mountain
Browse files Browse the repository at this point in the history
Update Spearmint Mountain.sh
  • Loading branch information
Cebion authored Feb 11, 2024
2 parents b500050 + b54d7df commit c5ff639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/spearmintmountain/Spearmint Mountain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ cd $GAMEDIR
# Check for file existence before trying to manipulate them:
[ -f "./gamedata/data.win" ] && mv gamedata/data.win gamedata/game.droid
[ -f "./gamedata/game.win" ] && mv gamedata/game.win gamedata/game.droid
[ -f "./gamedata/game.unx" ] && mv gamedata/game.unx gamedata/game.droid

# Make sure uinput is accessible so we can make use of the gptokeyb controls
$ESUDO chmod 666 /dev/uinput
Expand Down

0 comments on commit c5ff639

Please sign in to comment.