diff --git a/osxphotos.spec b/osxphotos.spec index a7aff476c..c1467270c 100644 --- a/osxphotos.spec +++ b/osxphotos.spec @@ -8,7 +8,7 @@ import importlib pathex = os.getcwd() # include necessary data files -datas=[('osxphotos/templates/xmp_sidecar.mako', 'osxphotos/templates/xmp_sidecar_beta.mako', 'osxphotos/templates')] +datas=[('osxphotos/templates/xmp_sidecar.mako', 'osxphotos/templates'), ('osxphotos/templates/xmp_sidecar_beta.mako', 'osxphotos/templates')] package_imports = [['photoscript', ['photoscript.applescript']]] for package, files in package_imports: proot = os.path.dirname(importlib.import_module(package).__file__)