[Other] Update build.ps1

This commit is contained in:
Connection Refused
2021-09-23 14:41:15 +08:00
parent b1d3498107
commit 0058760bf8

View File

@@ -15,7 +15,7 @@ if ( -Not $? ) {
exit $lastExitCode
}
cp -Force '.target\release\sslocal.exe' '..\release\ss-local.exe'
cp -Force '.\target\release\sslocal.exe' '..\release\ss-local.exe'
Pop-Location
rm -Recurse -Force src