mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
can skip the icons regen step too
This commit is contained in:
parent
b745567bb3
commit
1bc3c82575
1 changed files with 4 additions and 2 deletions
|
@ -37,5 +37,7 @@ echo "]" >> $init
|
|||
cat $temp >> $init
|
||||
rm $temp
|
||||
|
||||
echo "Building resources.."
|
||||
pyrcc4 designer/icons.qrc -o aqt/forms/icons_rc.py
|
||||
if [ designer/icons.qrc -nt aqt/forms/icons_rc.py ]; then
|
||||
echo "Building resources.."
|
||||
pyrcc4 designer/icons.qrc -o aqt/forms/icons_rc.py
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue