From 3d3bc71d156904d6442449f4e21ca428e478ad98 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 30 Jan 2024 15:07:20 +0000 Subject: [PATCH] upd rewriter to reflect changes to pyinstaller --- tools/rewriter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rewriter.py b/tools/rewriter.py index 0e52fa3..e15879a 100644 --- a/tools/rewriter.py +++ b/tools/rewriter.py @@ -36,7 +36,7 @@ def rewrite_app(): " self._theme = theme\n", ' tcldir = Path.cwd() / "theme"\n', " if not tcldir.is_dir():\n", - ' tcldir = Path.cwd() / "builds" / "theme"\n', + ' tcldir = Path.cwd() / "_internal" / "theme"\n', ' self.tk.call("source", tcldir.resolve() / f"forest-{self._theme}.tcl")\n', ), )