This PR adds a automatic build script for Windows on Appveyor (similar to Travis but with Windows machines).
Python 3.5 is used because cx_freeze did not work on Python 3.6
I'll leave the appveyor branch as a testing branch if someone want's to test this on their own Appveyor account. Just choose the project and select appveyor as the defult branch on your Appveyor instance. This can be removed before merging.
I have not tested the outputed executable. If someone could test the executable in this zip file, that would be great.
Description
This PR adds a automatic build script for Windows on Appveyor (similar to Travis but with Windows machines).
cx_freeze
did not work on Python 3.6appveyor
branch as a testing branch if someone want's to test this on their own Appveyor account. Just choose the project and selectappveyor
as the defult branch on your Appveyor instance. This can be removed before merging.I have not tested the outputed executable. If someone could test the executable in this zip file, that would be great.
Important files to review
appveyor.yml
Screenshots
See also
Fixes #46, since only windows is a requirement.