From 59470c6b37357ebf022a5a53a001ce1e466fc0a6 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Sun, 3 Nov 2019 18:16:36 -0800 Subject: [PATCH] custom-install: add note to use custom-install-finalize --- custom-install.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom-install.py b/custom-install.py index d65afce..c2c5dd3 100755 --- a/custom-install.py +++ b/custom-install.py @@ -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.')