mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Fix SetupIconFile path. Comment out dead btc node
This commit is contained in:
parent
cc0c540afc
commit
7a1e377ec4
2 changed files with 3 additions and 3 deletions
|
@ -53,8 +53,8 @@ public class BitcoinNodes {
|
|||
BtcNode.fromHostNameAddressAndPort("bcwat.ch", "5.189.166.193", BtcNode.DEFAULT_PORT, "https://github.com/sgeisler"),
|
||||
BtcNode.fromHostNameAddressAndPort("btc.jochen-hoenicke.de", "37.221.198.57", BtcNode.DEFAULT_PORT, "https://github.com/jhoenicke"), //
|
||||
BtcNode.fromHostNameAddressAndPort("btc.vante.me", "138.68.117.247", BtcNode.DEFAULT_PORT, "https://github.com/mrosseel"),
|
||||
BtcNode.fromOnion("mxdtrjhe2yfsx3pg.onion", BtcNode.DEFAULT_PORT, "https://github.com/mrosseel"),
|
||||
BtcNode.fromOnion("7sl6havdhtgefwo2.onion", BtcNode.DEFAULT_PORT, "https://github.com/themighty1")
|
||||
BtcNode.fromOnion("mxdtrjhe2yfsx3pg.onion", BtcNode.DEFAULT_PORT, "https://github.com/mrosseel")/*,
|
||||
BtcNode.fromOnion("7sl6havdhtgefwo2.onion", BtcNode.DEFAULT_PORT, "https://github.com/themighty1")*/
|
||||
) :
|
||||
new ArrayList<>();
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ OutputBaseFilename=Bisq
|
|||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
PrivilegesRequired=lowest
|
||||
SetupIconFile=Bisq.ico
|
||||
SetupIconFile={app}\Bisq.ico
|
||||
UninstallDisplayIcon={app}\Bisq.ico
|
||||
UninstallDisplayName=Bisq
|
||||
WizardImageStretch=No
|
||||
|
|
Loading…
Add table
Reference in a new issue