mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +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("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.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.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("mxdtrjhe2yfsx3pg.onion", BtcNode.DEFAULT_PORT, "https://github.com/mrosseel")/*,
|
||||||
BtcNode.fromOnion("7sl6havdhtgefwo2.onion", BtcNode.DEFAULT_PORT, "https://github.com/themighty1")
|
BtcNode.fromOnion("7sl6havdhtgefwo2.onion", BtcNode.DEFAULT_PORT, "https://github.com/themighty1")*/
|
||||||
) :
|
) :
|
||||||
new ArrayList<>();
|
new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@ OutputBaseFilename=Bisq
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
PrivilegesRequired=lowest
|
PrivilegesRequired=lowest
|
||||||
SetupIconFile=Bisq.ico
|
SetupIconFile={app}\Bisq.ico
|
||||||
UninstallDisplayIcon={app}\Bisq.ico
|
UninstallDisplayIcon={app}\Bisq.ico
|
||||||
UninstallDisplayName=Bisq
|
UninstallDisplayName=Bisq
|
||||||
WizardImageStretch=No
|
WizardImageStretch=No
|
||||||
|
|
Loading…
Add table
Reference in a new issue