From faa7a2c45916db482164ce9ffe7ebab768a65309 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 17 Jan 2023 00:32:44 +0000 Subject: [PATCH] fix wrapper path, move logo back Signed-off-by: R4SAS --- README.md | 2 +- snap/gui/i2pd.png => i2pd.png | Bin snap/local/i2pd-wrapper | 2 +- snap/snapcraft.yaml | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename snap/gui/i2pd.png => i2pd.png (100%) diff --git a/README.md b/README.md index 732288e..50d6f8f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- i2pd + i2pd
i2pd - Invisible Internet Protocol Daemon

diff --git a/snap/gui/i2pd.png b/i2pd.png similarity index 100% rename from snap/gui/i2pd.png rename to i2pd.png diff --git a/snap/local/i2pd-wrapper b/snap/local/i2pd-wrapper index 65cc87c..807d451 100755 --- a/snap/local/i2pd-wrapper +++ b/snap/local/i2pd-wrapper @@ -10,5 +10,5 @@ else cp -R $SNAP/appdata/* $SNAP_DATA/datadir/ fi - exec "$SNAP/bin/i2pd" --datadir=$SNAP_DATA/datadir/ + exec "$SNAP/bin/i2pd" --datadir=$SNAP_DATA/datadir fi \ No newline at end of file diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 47ec181..67621ed 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,7 +12,7 @@ source-code: https://github.com/PurpleI2P/i2pd-snap issues: https://github.com/PurpleI2P/i2pd/issues license: BSD-3-Clause -icon: snap/gui/i2pd.png +icon: i2pd.png base: core20 grade: stable confinement: strict