From 68404f5e395183b00564a552181b40859de7e3d2 Mon Sep 17 00:00:00 2001 From: pfyy <112098515+pfyy@users.noreply.github.com> Date: Sat, 1 Oct 2022 11:28:00 +0800 Subject: [PATCH] make passwordKey.txt use CRLF --- .gitattributes | 4 +++- src-tauri/keys/passwordKey.txt | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 94f480d..7df8c5e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf + +src-tauri/keys/* binary diff --git a/src-tauri/keys/passwordKey.txt b/src-tauri/keys/passwordKey.txt index abcc662..15c7d35 100644 --- a/src-tauri/keys/passwordKey.txt +++ b/src-tauri/keys/passwordKey.txt @@ -1,7 +1,7 @@ - - AQAB - yytg/H9lz7Lm0XcA8LMqIyXPVNApYTcSepT4VDLB4qqqFC3s - /Huv8vN7zA/P4uoREIu8KMenADFk7uwrZSxoMWwJgn6A7sbAt1cqAaUXB - 9J4NzhL0x3AFTiHEQbw86hRvm2VGkbA5sWnr0NZw8SGBBY+EODwNIt51G - dBA7eoUQU= + + AQAB + yytg/H9lz7Lm0XcA8LMqIyXPVNApYTcSepT4VDLB4qqqFC3s + /Huv8vN7zA/P4uoREIu8KMenADFk7uwrZSxoMWwJgn6A7sbAt1cqAaUXB + 9J4NzhL0x3AFTiHEQbw86hRvm2VGkbA5sWnr0NZw8SGBBY+EODwNIt51G + dBA7eoUQU= \ No newline at end of file