Skip to content

Commit

Permalink
Updated build_all to optimize. Tag this for real.
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed Jan 28, 2019
1 parent 0f82fe3 commit 31da030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.6.0"
BUILD_DATE = "2019-01-25T17:29:11.681536"
BUILD_DATE = "2019-01-27T17:01:33.090237"
AUTHOR = "Sawyer McLane"
DEBUGGING = True
2 changes: 1 addition & 1 deletion build_all.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyinstaller --onefile main.spec & pyinstaller --onefile demo.spec & pyinstaller --onefile debug.spec
set PYTHONOPTIMIZE=1 && pyinstaller --onefile main.spec & pyinstaller --onefile demo.spec & pyinstaller --onefile debug.spec
2 changes: 1 addition & 1 deletion default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ duration = 0.0666
[Info]
version = 1.6.0
author = Sawyer McLane
builddate = 2019-01-25T17:29:11.681536
builddate = 2019-01-27T17:01:33.090237

0 comments on commit 31da030

Please sign in to comment.