From 593aeb5d2dfb2108ad38bf8b54cf16512fe7cfb9 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Tue, 4 Aug 2020 08:03:34 +0200 Subject: [PATCH] appveyor.yml: install pyinstaller to create an exe --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3cb7cfb..203d097 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ environment: - PYTHON: "C:\\Python37-x64" install: - - "%PYTHON%\\python.exe -m pip install tox wheel" + - "%PYTHON%\\python.exe -m pip install tox wheel pyinstaller" build: off