diff --git a/appveyor.yml b/appveyor.yml index 37024397..bd98ea7f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -121,7 +121,7 @@ after_build: $ExeHashFile = "$Exefile.hash" New-Item $WorkingFolder -ItemType Directory -Force - Copy-Item $env:APPVEYOR_BUILD_FOLDER\shadowsocks-csharp\bin\$env:PLATFORM\$env:CONFIGURATION\$DNVer\Shadowsocks.exe $WorkingFolder\Shadowsocks.exe + Copy-Item $env:APPVEYOR_BUILD_FOLDER\shadowsocks-csharp\bin\$env:PLATFORM\$env:CONFIGURATION\$env:$DNVer\Shadowsocks.exe $WorkingFolder\Shadowsocks.exe Copy-Item $WorkingFolder\Shadowsocks.exe $ExeFile CalculateHash -file $Exefile | Out-File -FilePath $ExeHashFile