mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 01:25:32 -05:00
Pikachu Habitats + U-Turn TM Fix + Build Script Warning
-The build script will warn you if you're using Python 3.8 or higher.
This commit is contained in:
@@ -386,6 +386,9 @@ def main():
|
||||
'**/*.mid': ProcessMusic,
|
||||
}
|
||||
|
||||
if sys.version_info.major >= 3 and sys.version_info.minor >= 8:
|
||||
print("Warning! Python 3.8 may not be able to build this engine.\nPlease downgrade to Python 3.7.4")
|
||||
|
||||
# Create output directory
|
||||
try:
|
||||
os.makedirs(BUILD)
|
||||
|
||||
Reference in New Issue
Block a user