diff --git a/make-standalone.bat b/make-standalone.bat index a460ba2..a3c3fca 100644 --- a/make-standalone.bat +++ b/make-standalone.bat @@ -6,6 +6,7 @@ copy TaskbarLib.tlb build\custom-install-standalone copy bin\win32\save3ds_fuse.exe build\custom-install-standalone\bin copy bin\README build\custom-install-standalone\bin copy custom-install-finalize.3dsx build\custom-install-standalone +copy title.db.gz build\custom-install-standalone copy extras\windows-quickstart.txt build\custom-install-standalone copy LICENSE.md build\custom-install-standalone python -m zipfile -c dist\custom-install-standalone.zip build\custom-install-standalone diff --git a/title.db.gz b/title.db.gz new file mode 100644 index 0000000..7f4dca3 Binary files /dev/null and b/title.db.gz differ