macos build: Fix copy custom theme
1 files changed, 1 insertions(+), 1 deletions(-) M macos/build.py
M macos/build.py => macos/build.py +1 -1
@@ 84,7 84,7 @@ print("\r[•]") # Add Theme print("[ ] Copy theme", end="") -shutil.copytree("themes", f'{APPDIR}/Contents/Resources/share/') +shutil.copytree("themes", f'{APPDIR}/Contents/Resources/share/themes') print("\r[•]") # Build .app bundle