mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
upd rewriter to reflect changes to pyinstaller
This commit is contained in:
parent
7b148b2614
commit
3d3bc71d15
@ -36,7 +36,7 @@ def rewrite_app():
|
|||||||
" self._theme = theme\n",
|
" self._theme = theme\n",
|
||||||
' tcldir = Path.cwd() / "theme"\n',
|
' tcldir = Path.cwd() / "theme"\n',
|
||||||
" if not tcldir.is_dir():\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',
|
' self.tk.call("source", tcldir.resolve() / f"forest-{self._theme}.tcl")\n',
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user