From f04b6ff0d166b5f7df958beddadd3d4758e7ab53 Mon Sep 17 00:00:00 2001
From: holgern <holgernahrstaedt@gmx.de>
Date: Tue, 7 Apr 2020 23:55:16 +0200
Subject: [PATCH] fix ci

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 60f7c540..c9b5df40 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -80,7 +80,7 @@ after_test:
 - ps: 7z a $env:BUILD .\dist\beempy
 - ps: 7z a $env:BUILD2 .\dist\beempy.exe
 - cmd: makensis.exe /V4 pyinstaller\windows_installer.nsi
-- ps copy /Y pyinstaller/BeempySetup.exe $env:BUILD3
+- ps Copy-Item .\pyinstaller\BeempySetup.exe -Destination $env:BUILD3
 
 - ps: | # generate sha256 hashes
     (get-filehash $env:BUILD -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD) -encoding ascii
-- 
GitLab