Skip to content

Commit

Permalink
[renpy-build-action] Update error message on old-game check
Browse files Browse the repository at this point in the history
Signed-off-by: Marquis Kurt <[email protected]>
  • Loading branch information
alicerunsonfedora authored and sr229 committed Jul 21, 2021
1 parent 81dc0d3 commit 8a6ba6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ if [ -d "$2/old-game" ]; then
echo "old-game directory detected."
if [ -z "$(ls -A "$2/old-game")" ]; then
echo "ERROR: old-game is empty. This will cause incompatibility issues."
echo "Please refer to the Ren'Py documentation on the old-game directory"
echo "for more information."
echo "For more information on how the old-game directory works and why"
echo "this directory should not be empty, please refer to the documentation"
echo "at: https://www.renpy.org/doc/html/build.html#old-game."
exit 1
fi
fi
Expand Down

0 comments on commit 8a6ba6d

Please sign in to comment.