From 7628fea346e4e1aea79a737872fce6eb7e5a8fc8 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sun, 19 Nov 2023 18:59:25 -0800 Subject: [PATCH] fix windows tor fetch --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 08002453..2a253173 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