From b363d47200e4d427627aef162a32ef4aec1f198e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 11 Nov 2023 14:56:25 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ee6d4..3194000 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Helper for sharing video captured by NVidia Shadowplay in Discord. "cd $env:TEMP;" ^ "Expand-Archive -Path $archive -DestinationPath '%LOCALAPPDATA%\DSR' -Force;" ^ "Move-Item -Path '%LOCALAPPDATA%\DSR\dsr-win32-x64\*' -Destination '%LOCALAPPDATA%\DSR' -Force;" ^ - "Remove-Item '%LOCALAPPDATA%\DSR\dsr-win32-x64';'" ^ + "Remove-Item '%LOCALAPPDATA%\DSR\dsr-win32-x64';" ^ "$WshShell = New-Object -comObject WScript.Shell;" ^ "$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\DSR.lnk');" ^ "$Shortcut.TargetPath = '%LOCALAPPDATA%\DSR\dsr.exe';" ^