From 4733997132faee8b7a29eafba3f83d93f9599caf Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Mon, 8 Feb 2021 21:22:06 -0800 Subject: [PATCH] custominstall: add CI_VERSION constant, print version at start --- custominstall.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custominstall.py b/custominstall.py index 2b9e9f4..1ef7da4 100644 --- a/custominstall.py +++ b/custominstall.py @@ -41,6 +41,8 @@ if is_windows: else: from os import statvfs +CI_VERSION = '2.1' + # used to run the save3ds_fuse binary next to the script frozen = getattr(sys, 'frozen', False) script_dir: str @@ -619,6 +621,7 @@ if __name__ == "__main__": parser.add_argument('--overwrite-saves', help='overwrite existing save files', action='store_true') parser.add_argument('--cifinish-out', help='path for cifinish.bin file, defaults to (SD root)/cifinish.bin') + print(f'custom-install {CI_VERSION} - https://github.com/ihaveamac/custom-install') args = parser.parse_args() installer = CustomInstall(boot9=args.boot9,