From 58363184cc886663da1ef5088df06e4c3928d27e Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holger@nahrstaedt.de>
Date: Fri, 4 May 2018 21:56:42 +0200
Subject: [PATCH] fix appveyor

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

diff --git a/appveyor.yml b/appveyor.yml
index f2dc2623..5556272f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -66,7 +66,7 @@ test_script:
 after_test:
   # If tests are successful, create binary packages for the project.
   - pyinstaller beempy-onedir.spec
-  - 7z a beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
+  - 7z a dist\beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
   #- "%CMD_IN_ENV% python setup.py bdist_wininst"
   #- "%CMD_IN_ENV% python setup.py bdist_msi"
   - ps: "ls dist"
-- 
GitLab