Skip to content

Commit fd79454

Browse files
committed
UPdate readme
1 parent 5b9d2bf commit fd79454

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ qt4: qt4py2
1515
qt5: qt5py3
1616

1717
qt4py2:
18-
pyrcc4 -py2 -o lib/resources.py resources.qrc
18+
pyrcc4 -py2 -o libs/resources.py resources.qrc
1919

2020
qt4py3:
21-
pyrcc4 -py3 -o lib/resources.py resources.qrc
21+
pyrcc4 -py3 -o libs/resources.py resources.qrc
2222

2323
qt5py3:
24-
pyrcc5 -o lib/resources.py resources.qrc
24+
pyrcc5 -o libs/resources.py resources.qrc
2525

2626
clean:
2727
rm -f ~/.labelImgSettings.pkl resources.pyc

0 commit comments

Comments
 (0)