include custom-install-finalize.3dsx in package folder, add nix app to build and copy a new version

This commit is contained in:
ihaveahax
2026-01-11 16:44:43 -06:00
parent 69fc8bb39a
commit 4d8a6de163
5 changed files with 98 additions and 1 deletions

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", "TaskbarLib.tlb", "title.db.gz"]
custominstall = ["bin/darwin/save3ds_fuse", "bin/win32/save3ds_fuse.exe", "TaskbarLib.tlb", "title.db.gz", "custom-install-finalize.3dsx"]