From cc8b10e79256b257f9f9d729b64d191dd9a1a16f Mon Sep 17 00:00:00 2001 From: britiscurious Date: Sat, 9 May 2020 00:03:58 +0200 Subject: [PATCH 1/2] Update README.md fixed minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27630cbe..d810cd63 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This package will read Photos databases for any supported version on any support ## Installation instructions -osxmetadata uses setuptools, thus simply run: +OSXPhotos uses setuptools, thus simply run: python3 setup.py install From b15f744aabb769b9b1ead1116a865dacc43f680a Mon Sep 17 00:00:00 2001 From: britiscurious Date: Sat, 9 May 2020 00:06:04 +0200 Subject: [PATCH 2/2] Update cli.py correction of the name of the shell script to build an executable --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.py b/cli.py index cb4ef34c..7585ba68 100644 --- a/cli.py +++ b/cli.py @@ -3,7 +3,7 @@ To build this into an executable: - install pyinstaller: python3 -m pip install pyinstaller - - then use build_cli_exe.sh to run pyinstaller or execute the following command: + - then use make_cli_exe.sh to run pyinstaller or execute the following command: pyinstaller --onefile --hidden-import="pkg_resources.py2_warn" --name osxphotos --add-data osxphotos/templates/xmp_sidecar.mako:osxphotos/templates cli.py Resulting executable will be in "dist/osxphotos"