diff --git a/README.md b/README.md index aefa02a..2dfa449 100755 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ The launchers will include the I2P router, a SAM listener, simple tunnel and soc ## GUI Screenshots - +
- + +
+ ## Footprint @@ -19,9 +21,12 @@ The zero-dependency distribution sizes are as follows: OS | Uncompressed size (MB) | xz Compressed size (MB) ------------ | ------------- | ------------- -Linux | 42.6 | 23.4 -MacOS | 40.2 | 21.1 -Windows | 33.1 | 20.8 +Linux | 64.9 | 42.1 +Linux GUI | 73.5 | 49.9 +MacOS | 53.9 | 37.1 +MacOS GUI | 63.3 | 44.1 +Windows | 53.6 | 38.7 +Windows GUI | 61.8 | 45.3 ## Building the launchers diff --git a/bin/build-launcher.sh b/bin/build-launcher.sh index ab5aa9a..6856802 100755 --- a/bin/build-launcher.sh +++ b/bin/build-launcher.sh @@ -24,7 +24,6 @@ echo "*** Packaging GUI as a modular jar" $JAVA_HOME/bin/jar --create --file target/org.getmonero.i2p.zero.gui.jar --main-class org.getmonero.i2p.zero.gui.Gui -C target/classes/org.getmonero.i2p.zero.gui . - hh rm -fr "$basedir/dist" for i in linux mac win linux-gui mac-gui win-gui; do mkdir -p "$basedir/dist/$i"; done diff --git a/screenshot1.png b/screenshot1.png index eea0071..dc129e8 100644 Binary files a/screenshot1.png and b/screenshot1.png differ diff --git a/screenshot2.png b/screenshot2.png index 907a6f7..0771778 100644 Binary files a/screenshot2.png and b/screenshot2.png differ diff --git a/screenshot3.png b/screenshot3.png new file mode 100644 index 0000000..b567050 Binary files /dev/null and b/screenshot3.png differ