Christoph Atteneder
60fc17be2c
Update data stores for v1.5.5
2021-01-25 14:18:21 +01:00
Christoph Atteneder
b9e889050a
Bump version number for v1.5.5
2021-01-21 16:01:45 +01:00
Christoph Atteneder
7cf741033c
Replace non-existing contact email
...
To make it clear that there will be no response when using it
2021-01-14 10:29:17 +01:00
Christoph Atteneder
48ef1453f9
Move primary bundle ID into environment variable
2021-01-14 10:28:34 +01:00
Christoph Atteneder
74efd53c6b
Extract re-used arguments
2021-01-14 10:28:06 +01:00
Christoph Atteneder
8b5c6d8604
Remove license confirmation prompt
...
As we already have a TAC popup in place on first application launch
2021-01-14 10:27:02 +01:00
Christoph Atteneder
d09a4ecda7
Add missing volume icon for dmg bundle
2021-01-14 10:25:19 +01:00
cd2357
85af986671
Fix typos
...
Fix several typos and updated a comment.
2021-01-13 22:40:15 +01:00
cd2357
04737f48f2
Sign Windows installer
...
Add signing step in the Windows installer generation.
2021-01-13 22:33:55 +01:00
cd2357
47c4e09d69
Merge remote-tracking branch 'bisq-network/hotfix/v1.5.4' into upgrade-javafax-14
2021-01-13 19:44:12 +01:00
Christoph Atteneder
a10b63e73b
Make fatJar inclusion more reliable across builds
2021-01-13 09:53:48 +01:00
Christoph Atteneder
8416f56f06
Add option to copy created binary to shared folder
2021-01-12 19:05:09 +01:00
Christoph Atteneder
808749da20
Fix notarization process for macOS
2021-01-09 21:49:21 +01:00
Christoph Atteneder
71e6e537ef
Only include fat JAR in binary
2021-01-09 21:35:52 +01:00
Christoph Atteneder
e80213f72a
Remove unnecessary colons
2021-01-09 21:33:59 +01:00
Christoph Atteneder
31ee62b6c0
Revert to SNAPSHOT version
2020-12-31 13:58:20 +01:00
Christoph Atteneder
3914e5c198
Bump version number for v1.5.4
2020-12-31 06:55:20 +01:00
Christoph Atteneder
e92be14a57
Bump version number for v1.5.3
2020-12-30 13:34:08 +01:00
cd2357
7285b98e5a
macOS: Add notarization step
...
Add step for uploading the packaged dmg to the notarization service. Add a second step for monitoring the progress of notarization.
2020-12-23 19:52:20 +01:00
cd2357
b272caff81
macOS: Fix command string concatenation
...
Add missing space before final argument in a multi-line command string.
2020-12-22 18:28:30 +01:00
Christoph Atteneder
02f5988bb9
Fix entitlements path and missing resources argument
2020-12-22 11:51:41 +01:00
cd2357
33297c865a
macOS: Include entitlements plist, part 2
...
Include the full path to the entitlements mapping file in all codesign calls.
2020-12-21 16:48:46 +01:00
cd2357
8d74a1bea6
macOS: Include entitlements plist
...
Add the entitlements mapping file needed for the signing process.
2020-12-21 16:39:25 +01:00
Christoph Atteneder
6384753332
Update data stores for v1.5.2
2020-12-17 15:48:05 +01:00
cd2357
c8d0a7fca4
macOS: Sign app-image and bundle when packaging
...
Update the macOS packaging process with the ncessary steps to sign the app-image and the final dmg package.
2020-12-16 17:31:44 +01:00
Christoph Atteneder
a6bee1116a
Bump version number for v1.5.2
2020-12-16 14:19:41 +01:00
cd2357
323fcc3601
macOS: Read signing identity from environment variable
...
Read the macOS signing identity from the user's environment variable.
2020-12-14 17:13:24 +01:00
cd2357
88cd0e0eb8
macOS: Add optional step to sign dylibs
...
Extend macOS packaging process with optional y/n step where relevant dylibs are extracted, signed, and re-added back to the shadow jar, before packaging it into the final app.
2020-12-13 18:04:10 +01:00
cd2357
9d20d2be5a
Make temp folder name more readable
...
Change packaging temp folder name from a random string to a timestamp.
2020-12-13 14:25:10 +01:00
cd2357
b82f3c1caa
Merge remote-tracking branch 'bisq-network/hotfix/v1.5.1' into upgrade-javafax-14
2020-12-13 13:57:28 +01:00
Christoph Atteneder
9ba184e6af
Add AccountAgeWitness as historical data store to db update script
2020-12-10 11:30:17 +01:00
Christoph Atteneder
a04cc7bfe2
Revert to SNAPSHOT version
2020-12-08 22:14:56 +01:00
cd2357
e0a37e9fc7
Add checksum verification for downloaded JDK binaries
...
Verify downloaded JDK binary hash against list of known (expected) hash values for the different JDK versions and OS platforms.
2020-12-04 13:39:48 +01:00
cd2357
8f9cede6b3
Linux: Improve package names
...
The generated package names include, by convention, two version numbers: the app version and the package version. The first one is set to the Bisq software version, the second is now set to 1.
The resulting package names are:
- bisq_1.5.0-1_amd64.deb
- bisq-1.5.0-1.x86_64.rpm
2020-12-03 16:23:58 +01:00
cd2357
98597508be
Windows: Remove msi package
...
For Windows, generate only the exe installer.
2020-12-03 13:15:44 +01:00
cd2357
5b80b6d828
Fix issue when building deb and rpm at the same time
...
Fixed an issue in the Linux section, which didn't allow building both rpm and deb packages at the same time.
2020-12-03 13:08:27 +01:00
Christoph Atteneder
4ab75b656d
Bump version number for v1.5.1
2020-12-03 12:57:43 +01:00
cd2357
72a719dcc9
Merge remote-tracking branch 'bisq-network/release/v1.5.0' into upgrade-javafax-14
2020-11-27 16:59:23 +01:00
Christoph Atteneder
dbb0160a35
Revert to SNAPSHOT version
2020-11-25 13:46:24 +01:00
Christoph Atteneder
3e5bf90bdd
Update release process to match new trade statistics delivery
...
Also did some minor release process cleanup that was overdue
2020-11-13 12:29:29 +01:00
Christoph Atteneder
66fcde11bf
Bump version number for v1.5.0
2020-11-05 11:34:40 +01:00
cd2357
416373edf5
Merge remote-tracking branch 'bisq-network/release/v1.4.2' into upgrade-javafax-14
2020-10-24 11:22:25 +02:00
cd2357
a92c392d95
Update jpackage comment for Windows
2020-10-23 20:13:09 +02:00
Christoph Atteneder
f6d8cadee8
Revert to SNAPSHOT version
2020-10-22 09:36:50 +02:00
Christoph Atteneder
062b58b65d
Bump version number for v1.4.2
2020-10-21 09:23:51 +02:00
Christoph Atteneder
7ae6e84e02
Bump version number for v1.4.1
2020-10-18 19:22:53 +02:00
Christoph Atteneder
bac1e7b04c
Revert to SNAPSHOT version
2020-10-16 14:47:43 +02:00
Christoph Atteneder
10b05aa805
Revert jdk.module.illegalAccess=deny
...
It doesn't work when running from the release binaries as JFoenix is relying on it right now.
2020-10-15 19:51:51 +02:00
cd2357
0a1b581d32
Remove --runtime-image option using separate JDK
...
Remove the --runtime-image jpackage option, which was packaging Java 11 in the resulting installers. Reason is that jpackage 15 does not properly package the Java 11 runtime, but contains necessary features for signing and notarizing the app. On the other hand, jpackage 14 does package the Java 11 runtime correctly in the resulting installers, but does not support proper signing and notarizing.
2020-10-08 13:29:40 +02:00
cd2357
696a788e5e
Disable '-Djdk.module.illegalAccess=deny' javaoption
...
Disable the java option because it causes issues in the resulting app if packaged with a recent Java Runtime (tested with Java 11, 14 and 15).
2020-10-08 13:15:08 +02:00