diff --git a/custominstall.py b/custominstall.py index ae25f25..3bf3009 100644 --- a/custominstall.py +++ b/custominstall.py @@ -44,7 +44,7 @@ if is_windows: else: from os import statvfs -CI_VERSION = '2.1b4' +CI_VERSION = '2.1' # used to run the save3ds_fuse binary next to the script frozen = getattr(sys, 'frozen', False)