Skip to content

Commit

Permalink
Fix linux build for BTX
Browse files Browse the repository at this point in the history
  • Loading branch information
dalijolijo committed Aug 7, 2019
1 parent 22de126 commit e84eaa0
Show file tree
Hide file tree
Showing 37 changed files with 18,260 additions and 17,489 deletions.
2 changes: 1 addition & 1 deletion contrib/build-linux/appimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ cp "/usr/lib/libzbar.so.0" "$APPDIR/usr/lib/libzbar.so.0"


info "desktop integration."
cp "$PROJECT_ROOT/electrum.desktop" "$APPDIR/electrum.desktop"
cp "$PROJECT_ROOT/electrum-btx.desktop" "$APPDIR/electrum-btx.desktop"
cp "$PROJECT_ROOT/electrum/gui/icons/electrum.png" "$APPDIR/electrum.png"


Expand Down
2 changes: 1 addition & 1 deletion electrum-btx.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Comment=Lightweight Bitcore Client
Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum %u"
GenericName[en_US]=Bitcore Wallet
GenericName=Bitcore Wallet
Icon=electrumBTX
Icon=electrum
Name[en_US]=Electrum Bitcore Wallet
Name=Electrum Bitcore Wallet
Categories=Finance;Network;
Expand Down
Loading

0 comments on commit e84eaa0

Please sign in to comment.