From 6eda23a92c8f1522f3cb7ae16f52e129fc2bdff7 Mon Sep 17 00:00:00 2001 From: yuriy Date: Fri, 17 Feb 2023 01:57:49 -0500 Subject: [PATCH] updated screenshot of error message --- ...{Error_Message_Example.png => Error_Message.png} | Bin README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Assets/Screenshots/{Error_Message_Example.png => Error_Message.png} (100%) diff --git a/Assets/Screenshots/Error_Message_Example.png b/Assets/Screenshots/Error_Message.png similarity index 100% rename from Assets/Screenshots/Error_Message_Example.png rename to Assets/Screenshots/Error_Message.png diff --git a/README.md b/README.md index c6d7775..b0a807a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The Poster reads & saves its settings to a `settings.ini` file located in the sa # Uncaught Script Errors I’ve done my best to catch any possible errors that might pop up and write functionality to handle them. But If an error happens that i haven't written resolves for, it will pop up a message box that looks like this. Please send me a screenshot so I can write a patch for the bug. -![Alt text](Assets/Screenshots/Error_Message_Example.png "Error Message") +![Alt text](Assets/Screenshots/Error_Message.png "Error Message") # Compiling .exe from source - @todo \ No newline at end of file