actually include TaskbarLib.tlb and title.db.gz in package

This commit is contained in:
ihaveahax
2026-01-11 16:27:44 -06:00
parent baf7490de0
commit a395c22aee

View File

@@ -45,4 +45,4 @@ 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"]
custominstall = ["bin/darwin/save3ds_fuse", "bin/win32/save3ds_fuse.exe", "TaskbarLib.tlb", "title.db.gz"]