Merge pull request #3078 from SomberNight/snap_update

updated snap packaging details
This commit is contained in:
ThomasV 2017-10-21 00:12:23 +02:00 committed by GitHub
commit 0c967e555e
1 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,8 @@ parts:
electrum:
source: .
plugin: python
python-version: python2
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]
python-version: python3
stage-packages: [python3-pyqt5]
build-packages: [pyqt5-dev-tools]
install: pyrcc5 icons.qrc -o $SNAPCRAFT_PART_INSTALL/lib/python3.5/site-packages/electrum_gui/qt/icons_rc.py
after: [desktop-qt5]