We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f45cc commit 9508b2aCopy full SHA for 9508b2a
build.bat
@@ -1,8 +1,3 @@
1
-
2
-py -3.9-32 -m PyInstaller unpack_models.spec
3
-py -3.9-32 -m PyInstaller pack_models.spec
4
-py -3.9-32 build.py
5
6
-py -3.9-64 -m PyInstaller unpack_models.spec
7
-py -3.9-64 -m PyInstaller pack_models.spec
8
-py -3.9-64 build.py
+py -3 -m PyInstaller unpack_models.spec
+py -3 -m PyInstaller pack_models.spec
+py -3 build.py
version.txt
@@ -1 +1 @@
-2.3.0
+2.4.0
0 commit comments