Skip to content

Commit

Permalink
Get svg icon from upstream repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Aug 27, 2019
1 parent 7587b4f commit e7d1fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 60 deletions.
5 changes: 3 additions & 2 deletions org.bitcoincore.bitcoin-qt.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"buildsystem": "simple",
"build-commands": [
"install -Dp -m 644 org.bitcoincore.bitcoin-qt.desktop /app/share/applications/org.bitcoincore.bitcoin-qt.desktop",
"install -Dp -m 644 org.bitcoincore.bitcoin-qt.svg /app/share/icons/hicolor/scalable/apps/org.bitcoincore.bitcoin-qt.svg",
"install -Dp -m 644 bitcoin.svg /app/share/icons/hicolor/scalable/apps/org.bitcoincore.bitcoin-qt.svg",
"install -Dp -m 644 org.bitcoincore.bitcoin-qt.appdata.xml /app/share/metainfo/org.bitcoincore.bitcoin-qt.appdata.xml",
"install -Dp -m 744 bitcoin-qt_wrapper.sh /app/bin/bitcoin-qt_wrapper.sh"

Expand All @@ -79,7 +79,8 @@
},
{
"type": "file",
"path": "org.bitcoincore.bitcoin-qt.svg"
"url": "https://raw.githubusercontent.com/bitcoin/bitcoin/v0.18.1/src/qt/res/src/bitcoin.svg",
"sha256": "86cdf6d03ddd38ca949e8d8e3f34bbc87abed12baf48bf090ce9e5b2339b3542"
},
{
"type": "file",
Expand Down
58 changes: 0 additions & 58 deletions org.bitcoincore.bitcoin-qt.svg

This file was deleted.

0 comments on commit e7d1fe6

Please sign in to comment.