Add workflow for automated Windows/MacOS builds

This commit is contained in:
JonnyWong16 2020-04-14 18:06:42 -07:00
commit 6c8d6ed2ca
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
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