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