fix windows exit(0) to sys.exit(0), add pyisntaller functionality

This commit is contained in:
moritz
2019-05-29 12:45:08 +02:00
parent b6a8433973
commit ff36d821a9
7 changed files with 43 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
build/*
dist/*