Fix build error

This commit is contained in:
tzutalin 2019-05-25 14:56:25 -07:00
parent add1d9972c
commit 3ecc86029b
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ matrix:
- PIPENV_IGNORE_VIRTUALENVS=1 - PIPENV_IGNORE_VIRTUALENVS=1
install: install:
- pip3 install pipenv - pip3 install pipenv
- pipenv --three - pipenv install pyqt5 lxml
- pipenv run pip install pyqt5 lxml - pipenv run pip install pyqt5 lxml
- pipenv run make qt5py3 - pipenv run make qt5py3
- rm -rf build dist - rm -rf build dist

View File

@ -41,7 +41,7 @@ elif _platform == "darwin":
required_packages = find_packages() required_packages = find_packages()
required_packages.append('labelImg') required_packages.append('labelImg')
APP = [NAME] APP = [NAME + '.py']
OPTIONS = { OPTIONS = {
'argv_emulation': True, 'argv_emulation': True,
'iconfile': 'resources/icons/app.icns' 'iconfile': 'resources/icons/app.icns'