tdelete snap file - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 185d02d9df38cc2da1e6ba76d2724e87d2478050 DIR parent 3ad6f738bd15e2574b68251a633cd3c77caf7145 HTML Author: SomberNight <somber.night@protonmail.com> Date: Fri, 1 Feb 2019 19:46:20 +0100 delete snap file we don't distribute snaps; not sure if the file is useful for anyone it's already not working because it references python 3.5 Diffstat: D snap/snapcraft.yaml | 23 ----------------------- 1 file changed, 0 insertions(+), 23 deletions(-) --- DIR diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml t@@ -1,23 +0,0 @@ -name: electrum -version: master -summary: Bitcoin thin client -description: | - Lightweight Bitcoin client - -grade: devel # must be 'stable' to release into candidate/stable channels -confinement: strict - -apps: - electrum: - command: desktop-launch electrum - plugs: [network, network-bind, x11, unity7] - -parts: - electrum: - source: . - plugin: python - 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]