Merge pull request #127 from britiscurious/master

fixed some minor findings...
This commit is contained in:
Rhet Turnbull
2020-05-08 17:35:40 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

2
cli.py
View File

@@ -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"