mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2025-04-01 19:23:50 +01: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",
|
||||
' 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',
|
||||
),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user