From 110cdeaa6a25f3ec18cc4bbca1e94b32ae33808e Mon Sep 17 00:00:00 2001 From: dolphin6k Date: Thu, 10 Feb 2022 12:29:37 +0900 Subject: [PATCH] Documented stdout/stderr redirection for windows. --- docs/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 76f023a0c..14fe7b4b1 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -158,6 +158,11 @@ http://www.tuxpaint.org/ (useful for automated installation/uninsta$llation processes). TOYAMA Shin-ichi + * Standard output and standard error are now redirected to the + files in User's save directory for example: + + C:\Users\\AppData\Roaming\TuxPaint + * macOS Mark Kim