From 47fe667eda7ed0f43219c22fc4dbc5c93c3b471a Mon Sep 17 00:00:00 2001 From: bitcookies Date: Sun, 22 Mar 2026 17:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=98=20Fix=20APPDATA=20variable=20forma?= =?UTF-8?q?tting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d997f03..2af76d2 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Usage: Options: -e, --encoding utf8 (default), ascii, ansi -o, --output Output file (default: rarreg.key) - -a, --activate Write to %%APPDATA%%\WinRAR\rarreg.key + -a, --activate Write to %APPDATA%\WinRAR\rarreg.key -t, --text Print to console only, don't write file -v, --version Show version -h, --help Show this help diff --git a/README.zh-CN.md b/README.zh-CN.md index cca235b..f4bb71f 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -240,7 +240,7 @@ Usage: Options: -e, --encoding utf8 (default), ascii, ansi -o, --output Output file (default: rarreg.key) - -a, --activate Write to %%APPDATA%%\WinRAR\rarreg.key + -a, --activate Write to %APPDATA%\WinRAR\rarreg.key -t, --text Print to console only, don't write file -v, --version Show version -h, --help Show this help