Fix Troubleshooting Link
This commit is contained in:
parent
24ec820932
commit
d36d3aafea
@ -1,8 +1,8 @@
|
||||
<center>
|
||||
<p align="center">
|
||||
|
||||
![Start Screen](images/start.png)
|
||||
|
||||
</center>
|
||||
</p>
|
||||
|
||||
# Minecraft: Pi Edition: Reborn
|
||||
Minecraft: Pi Edition Modding Project
|
||||
|
2
debian/client/common/usr/bin/minecraft-pi
vendored
2
debian/client/common/usr/bin/minecraft-pi
vendored
@ -54,6 +54,6 @@ set -e
|
||||
|
||||
# Handle Crash
|
||||
if [ ${RET} -ne 0 ]; then
|
||||
zenity --class "${ZENITY_CLASS}" --error --no-wrap --text 'Minecraft: Pi Edition has crashed!\n\nExit Code: '${RET}'\n\n<a href="file:///tmp/minecraft-pi">Open Log Folder</a>\n<a href="https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn#troubleshooting">Open Troubleshooting Guide</a>'
|
||||
zenity --class "${ZENITY_CLASS}" --error --no-wrap --text 'Minecraft: Pi Edition has crashed!\n\nExit Code: '${RET}'\n\n<a href="file:///tmp/minecraft-pi">Open Log Folder</a>\n<a href="https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn/src/branch/master/docs/TROUBLESHOOTING.md">Open Troubleshooting Guide</a>'
|
||||
exit ${RET}
|
||||
fi
|
Loading…
Reference in New Issue
Block a user