move bin and title.db.gx to inside custominstall folder

This commit is contained in:
ihaveahax
2026-01-08 18:30:04 -06:00
parent a0234e9b53
commit 50a7117aa9
10 changed files with 16 additions and 5 deletions

View File

@@ -42,3 +42,7 @@ version = {attr = "custominstall.__version__"}
[tool.setuptools.packages]
find = {namespaces = false}
# is it even possible to make these OS-specific with pyproject.toml?
[tool.setuptools.package-data]
custominstall = ["bin/darwin/save3ds_fuse", "bin/win32/save3ds_fuse.exe"]