From 04e8eb3bf35f40e78e8bdbfee23f7159fa1fbdfe Mon Sep 17 00:00:00 2001 From: Mengyuan <162882040+chenmy77@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:56:06 +0800 Subject: [PATCH] Update filelocksmith.md --- doc/devdocs/modules/filelocksmith.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/modules/filelocksmith.md b/doc/devdocs/modules/filelocksmith.md index bacdca34d8..f95e25ac31 100644 --- a/doc/devdocs/modules/filelocksmith.md +++ b/doc/devdocs/modules/filelocksmith.md @@ -161,7 +161,7 @@ To build and debug the File Locksmith module: 4. **Replace current MSIX with debug version** ``` cp "C:\Users\$env:USERNAME\source\repos\PowerToys\x64\Debug\WinUI3Apps\FileLocksmithContextMenuPackage.msix" "C:\Users\$env:USERNAME\AppData\Local\PowerToys\WinUI3Apps\" - cp "C:\Users\$env:USERNAME\source\repos\PowerToys\x64\Debug\WinUI3Apps\FileLocksmithContextMenuPackage.dll" "C:\Users\$env:USERNAME\AppData\Local\PowerToys\WinUI3Apps\" + cp "C:\Users\$env:USERNAME\source\repos\PowerToys\x64\Debug\WinUI3Apps\FileLocksmithContextMenu.dll" "C:\Users\$env:USERNAME\AppData\Local\PowerToys\WinUI3Apps\" ``` 5. **Restart Explorer**