From 08219de5b5108a061cda3ddeb0740586d2971bfa Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 21 Aug 2018 19:08:54 +0200 Subject: [PATCH] don't ignore .spec --- .gitignore | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb6c8e2..be68ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,7 @@ MANIFEST # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest -*.spec +#*.spec # Installer logs pip-log.txt diff --git a/README.md b/README.md index 7eb7a3c..12925f9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Yet another Tetris clone, with Qt5 on Python 3 * Build with pyinstaller: ```bash - pyinstaller pyinstaller.spec + python3 -m pyinstaller pyinstaller.spec ``` ## Credits