Fix build error
This commit is contained in:
parent
add1d9972c
commit
3ecc86029b
@ -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
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user