Add workflow for automated Windows/MacOS builds

This commit is contained in:
JonnyWong16
2020-04-14 18:06:42 -07:00
parent d8f223327e
commit 6c8d6ed2ca
10 changed files with 535 additions and 10 deletions

6
.gitignore vendored
View File

@@ -19,6 +19,8 @@ backups/*
cache/*
newsletters/*
*.mmdb
version.txt
branch.txt
# HTTPS Cert/Key #
##################
@@ -74,3 +76,7 @@ _ReSharper*/
/logs
.project
.pydevproject
#Ignore files generated by pyinstaller
/build
/dist