mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-16 05:53:06 -04:00
Update iss file
This commit is contained in:
parent
2edfd92e54
commit
95f2c51900
@ -54,7 +54,7 @@ public class UpdateProcess {
|
||||
// Edit version for updateFX
|
||||
private static final int VERSION = 12;
|
||||
|
||||
private static final List<ECPoint> UPDATE_SIGNING_KEYS = Crypto.decode("03C00C9B7894A072A459FFF87DBA8CFE76366D5BF4C013E41AE8D7A314625DFB30");
|
||||
private static final List<ECPoint> UPDATE_SIGNING_KEYS = Crypto.decode("032D7B4073B0B94F0B0AAD72D4CC2B86FDDE7AAE334DE4BE448B0983D887975289");
|
||||
private static final String UPDATES_BASE_URL = "http://localhost:8000/";
|
||||
|
||||
private static final int UPDATE_SIGNING_THRESHOLD = 1;
|
||||
|
@ -3,8 +3,8 @@
|
||||
[Setup]
|
||||
AppId={{bitsquare}}
|
||||
AppName=Bitsquare
|
||||
AppVersion=0.1.1
|
||||
AppVerName=Bitsquare 0.1.1
|
||||
AppVersion=0.1.1-SNAPSHOT
|
||||
AppVerName=Bitsquare 0.1.1-SNAPSHOT
|
||||
AppPublisher=Bitsquare
|
||||
AppComments=Bitsquare
|
||||
AppCopyright=Copyright (C) 2014
|
||||
@ -23,11 +23,11 @@ DefaultGroupName=Bitsquare
|
||||
LicenseFile=
|
||||
;WinXP or above
|
||||
MinVersion=0,5.1
|
||||
OutputBaseFilename=Bitsquare-0.1.1
|
||||
OutputBaseFilename=Bitsquare-0.1.1-SNAPSHOT
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
PrivilegesRequired=lowest
|
||||
SetupIconFile=Bitsquare\Bitsquare.ico
|
||||
SetupIconFile=Bitsquare.ico
|
||||
UninstallDisplayIcon={app}\Bitsquare.ico
|
||||
UninstallDisplayName=Bitsquare
|
||||
WizardImageStretch=No
|
||||
|
Loading…
x
Reference in New Issue
Block a user