Add files via upload

This commit is contained in:
Bluzume 2022-01-13 17:00:26 +13:00 committed by GitHub
parent 03caf07794
commit ad19af45bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ if psm_dev: # I guess for android this would also be true.
ro_path = b"/Application/"
if not psm_dev: # When using PSM Dev, there are no licenses, instead keys are stored in krng or khapp file...
license_file = os.path.normpath(file+"/RO/License/FAKE.RIF")
license_file = os.path.normpath(file+"/RO/License/FAKE.rif")
if not os.path.exists(license_file):
print("Cannot find license "+license_file)
exit()