summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-11 00:00:36 +0100
committeremkael <emkael@tlen.pl>2016-11-11 00:00:36 +0100
commit3f04b44338fb5cecd376089d84ed999de905db6a (patch)
tree6e87289e39fd8c174fda087c39a356ed1bdc1bbf
parent20c7f46339a9576eeda409d6703177b4d5f0de92 (diff)
* cache flush because working version of pyinstaller is fucking retarded in moany other aspects
-rw-r--r--MAKE_ALL.bat1
-rw-r--r--bidding_data_gui.spec2
2 files changed, 2 insertions, 1 deletions
diff --git a/MAKE_ALL.bat b/MAKE_ALL.bat
index 059f312..dfef8e4 100644
--- a/MAKE_ALL.bat
+++ b/MAKE_ALL.bat
@@ -1,2 +1,3 @@
+rm build -r -f
MAKE.bat
MAKE_GUI.bat
diff --git a/bidding_data_gui.spec b/bidding_data_gui.spec
index 5f15c35..e777eec 100644
--- a/bidding_data_gui.spec
+++ b/bidding_data_gui.spec
@@ -14,4 +14,4 @@ exe = EXE(pyz,
debug=False,
strip=None,
upx=True,
- console=False , version='src\\version', icon='src\\icon.ico')
+ console=False, version='src\\version', icon='src\\icon.ico')