~fabrixxm/oliver

1bece3f6cc06054fa0d20f422d43e3bdbca49d8a — fabrixxm 6 months ago b7e3f54
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