Browse Source

generate the icons

2.9.x
Leo Arias 8 years ago
parent
commit
0a2f571ca5
  1. 4
      snap/snapcraft.yaml

4
snap/snapcraft.yaml

@ -16,6 +16,8 @@ parts:
electrum:
source: .
plugin: python
python-version: python2
python-version: python
stage-packages: [python-qt4]
build-packages: [pyqt4-dev-tools]
install: pyrcc4 icons.qrc -o $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/electrum_gui/qt/icons_rc.py
after: [desktop-qt4]

Loading…
Cancel
Save