custom-install: add note to use custom-install-finalize

This commit is contained in:
Ian Burgwin
2019-11-03 18:16:36 -08:00
parent cd4cb6e6e5
commit 59470c6b37

View File

@@ -325,3 +325,6 @@ with TemporaryDirectory(suffix='-custom-install') as tempdir:
# import the directory, now including our title
print('Importing into Title Database...')
subprocess.run(save3ds_fuse_common_args + ['-i'])
print('\nFINAL STEP:\nRun custom-install-finalize through homebrew launcher.')
print('This will install a ticket and seed if required.')