Skip to content

Commit

Permalink
Fix Installation Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMa0012 committed Aug 12, 2024
1 parent a2fe1f3 commit 5ef5a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified InstallationTools/Install.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions InstallationTools/Install.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def download_releases(release_info, file_name_prefix, download_path):
latest_release_info = release
break

if engine_version == None :
input(f"\nCant not find {engine_version} release! Press Enter to continue...")
if latest_release_info == None :
input(f"\nCant not find {engine_version} release! \nMake sure your network has access to github.com and that _2_5_Settings.bat settings are correct! \n\nPress Enter to continue...")
exit(1)

print("\n=============================================\n")
Expand Down

0 comments on commit 5ef5a2c

Please sign in to comment.