Skip to content

Commit

Permalink
Fixed osxphotos.spec datas
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Jan 18, 2021
1 parent 2773ff7 commit f58f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osxphotos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit f58f8dd

Please sign in to comment.