From c1c544ec78df8ab91c62dcf033a859454918402c Mon Sep 17 00:00:00 2001 From: Andrew Rathbun <36825567+AndrewRathbun@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:50:24 -0500 Subject: [PATCH] Update Notepad.tkape added missing backslash --- Targets/Windows/Notepad.tkape | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Targets/Windows/Notepad.tkape b/Targets/Windows/Notepad.tkape index db58b4a70..1915536d0 100644 --- a/Targets/Windows/Notepad.tkape +++ b/Targets/Windows/Notepad.tkape @@ -7,7 +7,7 @@ Targets: - Name: Notepad Session Files Category: Windows Notepad - Path: C:\Users\%user%Packages\Microsoft.WindowsNotepad_8wekyb3d8bbwe\LocalState\TabState + Path: C:\Users\%user%\Packages\Microsoft.WindowsNotepad_8wekyb3d8bbwe\LocalState\TabState FileMask: "*.bin" Comment: "Contains .bin files which consist of the files opened in each tab in Windows Notepad"