version 2.1b4 & finalize 1.6

This commit is contained in:
Ian Burgwin
2021-07-08 07:43:13 -07:00
parent 8c60eecec5
commit 4d7be0812e
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ if is_windows:
else: else:
from os import statvfs from os import statvfs
CI_VERSION = '2.1b4.dev1' CI_VERSION = '2.1b4'
# used to run the save3ds_fuse binary next to the script # used to run the save3ds_fuse binary next to the script
frozen = getattr(sys, 'frozen', False) frozen = getattr(sys, 'frozen', False)

View File

@@ -346,7 +346,7 @@ int main(int argc, char* argv[])
gfxInitDefault(); gfxInitDefault();
consoleInit(GFX_TOP, NULL); consoleInit(GFX_TOP, NULL);
printf("custom-install-finalize v1.5\n"); printf("custom-install-finalize v1.6\n");
finalize_install(); finalize_install();
// print this at the end in case it gets pushed off the screen // print this at the end in case it gets pushed off the screen