From 46a0d985a7abfc11232d39776fd01ac7b0f51d9e Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Fri, 12 Feb 2021 20:58:13 -0800 Subject: [PATCH] vesion 2.1b2 --- custominstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custominstall.py b/custominstall.py index 5c0981a..7954e37 100644 --- a/custominstall.py +++ b/custominstall.py @@ -43,7 +43,7 @@ else: from os import statvfs -CI_VERSION = '2.1b1' +CI_VERSION = '2.1b2' # used to run the save3ds_fuse binary next to the script frozen = getattr(sys, 'frozen', False)