You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: build.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ def save(self):
252
252
print(">>>> ERROR: This script does not work on Python 2.7")
253
253
exit(-1)
254
254
255
-
ifsys.version_info> (3, 10):
255
+
ifnot (sys.version_info< (3, 11)):
256
256
print(">>>> WARNING: This script probably does not work on Python 3.11 because unitypack uses old version of decrunch which does not build. Use Python 3.10 or below if you have this error.")
0 commit comments