upd rewriter to reflect changes to pyinstaller

This commit is contained in:
onyx-and-iris 2024-01-30 15:07:20 +00:00
parent 7b148b2614
commit 3d3bc71d15

View File

@ -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',
),
)