From 0237b6222c79aa00d0f2b8e680d9ce8f7b4bb7ad Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Sat, 6 Jun 2015 18:18:24 +0200 Subject: [PATCH] Update windows exe creation Add new instructions on how to create the .exe --- windows/README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/README.txt b/windows/README.txt index 3dd8138..65065f3 100644 --- a/windows/README.txt +++ b/windows/README.txt @@ -14,6 +14,8 @@ It might be necessary to have the: Microsoft Visual C++ 2008 Redistributable Pac At the end, there should be a directory named "dist" containing the exe file and the needed libs (excluding for the c++ one) +- manually copy the platforms subdirectory of plugins from the PyQt5 folder into dist + Create the setup with Inno Setup - Move windows/ss.iss to ../ - Open ss.iss with Inno Setup, Build and Compile