From 54bdcbf9cd1e475755c1dc25b94e55ea261b3104 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Fri, 24 Nov 2023 14:06:55 -0800 Subject: [PATCH] Revert "fix windows tor fetch" This reverts commit 7628fea346e4e1aea79a737872fce6eb7e5a8fc8. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2a253173..08002453 100644 --- a/.drone.yml +++ b/.drone.yml @@ -220,7 +220,7 @@ steps: - copy 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Redist\MSVC\14.36.32532\x64\Microsoft.VC143.CRT\msvcp140.dll' $Env:releasedir - copy README.md $Env:releasedir\ - copy windows\*.bat $Env:releasedir\ - - Copy-Item -Path windows\tor -Destination $Env:releasedir" -recurse + - Copy-Item -Path windows/tor -Destination $Env:releasedir" -recurse - name: package-windows image: openpriv/nsis